From 8d6bcd1c8681b5b056c339cb741ba224dc112fba Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 21 Dec 2015 22:21:52 +0200 Subject: [PATCH] docs(help) docker: hosts files system -> hosts root file system --- HELP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HELP.md b/HELP.md index 33216e14..252bdef5 100644 --- a/HELP.md +++ b/HELP.md @@ -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