Quellcode durchsuchen

Fix typo.

Signed-off-by: Liang-Chi Hsieh <viirya@gmail.com>
Liang-Chi Hsieh vor 10 Jahren
Ursprung
Commit
1b4a926377
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      docs/sources/reference/commandline/cli.md

+ 1 - 1
docs/sources/reference/commandline/cli.md

@@ -1699,7 +1699,7 @@ folder before starting your container.
     $ sudo docker run --read-only -v /icanwrite busybox touch /icanwrite here
     $ sudo 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
 filesystem as read only prohibiting writes to locations other than the
 filesystem as read only prohibiting writes to locations other than the
 specified volumes for the container.
 specified volumes for the container.