docs(help) docker: hosts files system -> hosts root file system

This commit is contained in:
coderaiser 2015-12-21 22:21:52 +02:00
parent db9415b699
commit 8d6bcd1c86

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 mount to `/mnt/fs`,
Config would be read from home directory, hosts root file system would be mount to `/mnt/fs`,
`8000` port would be exposed to hosts port.
Version history