1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Merge pull request #6731 from mchelen/patch-2

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

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