Quellcode durchsuchen

fix the docker run --readonly example. rename '/icanwrite here' to '/icanwrite/here'

Signed-off-by: Mei ChunTao <mei.chuntao@zte.com.cn>
(cherry picked from commit acbe38a3ccb85be012d88f3109b688f8b815daaf)
Signed-off-by: Tibor Vass <tibor@docker.com>
Mei ChunTao vor 9 Jahren
Ursprung
Commit
b2334cc79d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      docs/reference/commandline/run.md

+ 1 - 1
docs/reference/commandline/run.md

@@ -224,7 +224,7 @@ will automatically create this directory on the host for you. In the
 example above, Docker will create the `/doesnt/exist`
 example above, Docker will create the `/doesnt/exist`
 folder before starting your container.
 folder before starting your container.
 
 
-    $ docker run --read-only -v /icanwrite busybox touch /icanwrite here
+    $ docker run --read-only -v /icanwrite busybox touch /icanwrite/here
 
 
 Volumes can be used in combination with `--read-only` to control where
 Volumes can be used in combination with `--read-only` to control where
 a container writes files. The `--read-only` flag mounts the container's root
 a container writes files. The `--read-only` flag mounts the container's root