Merge pull request #6731 from mchelen/patch-2

Update dockerimages.md
This commit is contained in:
Fred Lifton 2014-06-27 14:37:12 -07:00
commit 018f887fe1

View file

@ -239,7 +239,7 @@ Let's create a directory and a `Dockerfile` first.
$ cd sinatra
$ touch Dockerfile
Each instructions creates a new layer of the image. Let's look at a simple
Each instruction creates a new layer of the image. Let's look at a simple
example now for building our own Sinatra image for our development team.
# This is a comment