Add --net=container with --publish --publish-all --expose error out

Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
Lei Jitang 2015-05-27 15:31:06 +08:00 committed by Tibor Vass
parent 2b50e0f852
commit bd7b88932c
1 changed files with 2 additions and 1 deletions

View File

@ -319,7 +319,8 @@ With the networking mode set to `container` a container will share the
network stack of another container. The other container's name must be network stack of another container. The other container's name must be
provided in the format of `--net container:<name|id>`. Note that `--add-host` provided in the format of `--net container:<name|id>`. Note that `--add-host`
`--hostname` `--dns` `--dns-search` and `--mac-address` is invalid `--hostname` `--dns` `--dns-search` and `--mac-address` is invalid
in `container` netmode. in `container` netmode, and `--publish` `--publish-all` `--expose` are also
invalid in `container` netmode.
Example running a Redis container with Redis binding to `localhost` then Example running a Redis container with Redis binding to `localhost` then
running the `redis-cli` command and connecting to the Redis server over the running the `redis-cli` command and connecting to the Redis server over the