Signed-off-by: Veres Lajos <vlajos@gmail.com>
Upstream-commit: 73a167ddda
Component: cli
This commit is contained in:
Veres Lajos
2015-08-07 23:24:18 +01:00
committed by Tibor Vass
parent cca08cfd4e
commit 9f58da3aec

View File

@ -99,7 +99,7 @@ Assuming we want to publish a service from container `a0ebc12d3e48` on network `
This would make the container `a0ebc12d3e48` accessible as `my-service` on network `foo`. Any other container in network `foo` can use DNS to resolve the address of `my-service`
This can also be acheived by using the `--publish-service` flag for `docker run`:
This can also be achieved by using the `--publish-service` flag for `docker run`:
docker run -itd --publish-service db.foo postgres