(laziness++) • Repositories includes instructions for bootstrapping • Images can be base images or actually run services Application Code: Official Images
-p /usr/src/app ADD . /usr/src/app WORKDIR /usr/src/app RUN bundle install CMD “ruby hello_world.rb" Dockerfile This copies code into the container STATIC! Not for apps under active development Great for dependencies and production applications