mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update dockerimages.md
fix typo
This commit is contained in:
parent
9b9d698081
commit
815279c240
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue