Add --mount syntax documentation to CLI reference
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
committed by
Tibor Vass
parent
20463c7b18
commit
060fd9fa5c
@ -240,6 +240,8 @@ binary (refer to [get the linux binary](
|
||||
you give the container the full access to create and manipulate the host's
|
||||
Docker daemon.
|
||||
|
||||
For in-depth information about volumes, refer to [manage data in containers](../../tutorials/dockervolumes.md)
|
||||
|
||||
### Publish or expose port (-p, --expose)
|
||||
|
||||
$ docker run -p 127.0.0.1:80:8080 ubuntu bash
|
||||
|
||||
Reference in New Issue
Block a user