mirror of https://github.com/docker/docs.git
Fix instruction name. (#4262)
This commit is contained in:
parent
f520c9bc56
commit
9f872d06d8
|
@ -168,7 +168,7 @@ CMD /app/hello.sh
|
|||
```
|
||||
|
||||
The second image contains all the layers from the first image, plus a new layer
|
||||
with the `RUN` instruction, and a read-write container layer. Docker already
|
||||
with the `CMD` instruction, and a read-write container layer. Docker already
|
||||
has all the layers from the first image, so it does not need to pull them again.
|
||||
The two images will share any layers they have in common.
|
||||
|
||||
|
|
Loading…
Reference in New Issue