Merge pull request #12981 from SvenDowideit/marc-merlin-spelling-fix
spelling fix from Marc MERLIN
This commit is contained in:
commit
677b962642
1 changed files with 2 additions and 2 deletions
|
@ -892,11 +892,11 @@ consider the following Dockerfile snippet:
|
|||
|
||||
FROM ubuntu
|
||||
RUN mkdir /myvol
|
||||
RUN echo "hello world" > /myvol/greating
|
||||
RUN echo "hello world" > /myvol/greeting
|
||||
VOLUME /myvol
|
||||
|
||||
This Dockerfile results in an image that causes `docker run`, to
|
||||
create a new mount point at `/myvol` and copy the `greating` file
|
||||
create a new mount point at `/myvol` and copy the `greeting` file
|
||||
into the newly created volume.
|
||||
|
||||
> **Note**:
|
||||
|
|
Loading…
Add table
Reference in a new issue