docs(help) bined -> mount

This commit is contained in:
coderaiser 2015-12-09 15:09:40 -05:00
parent 80b337a0fa
commit 6b7d85e49b

View file

@ -406,7 +406,7 @@ Docker
docker run -v ~:/root -v /:/mnt/fs -it -p 8000:8000 coderaiser/cloudcmd
```
Config would be read from home directory, hosts file system would be bined to `/mnt/fs`,
Config would be read from home directory, hosts file system would be mount to `/mnt/fs`,
`8000` port would be exposed to hosts port.
Version history