mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Minor error in example code (resubmit #4109)
Docker-DCO-1.1-Signed-off-by: Charles Merriam <charles.merriam@gmail.com> (github: merriam)
This commit is contained in:
parent
989fee2490
commit
ba650e0517
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ might not work on any other machine.
|
|||
|
||||
For example::
|
||||
|
||||
sudo docker run -v /var/logs:/var/host_logs:ro ubuntu bash
|
||||
sudo docker run -t -i -v /var/logs:/var/host_logs:ro ubuntu bash
|
||||
|
||||
The command above mounts the host directory ``/var/logs`` into the
|
||||
container with read only permissions as ``/var/host_logs``.
|
||||
|
|
Loading…
Reference in a new issue