mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
spelling fix from Marc MERLIN
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au> Upstream-commit: bba5fd8caa35d5edf8b68e593eafb277394a6989 Component: engine
This commit is contained in:
@@ -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**:
|
||||
|
||||
Reference in New Issue
Block a user