1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00
Signed-off-by: Veres Lajos <vlajos@gmail.com>
This commit is contained in:
Veres Lajos
2015-08-07 23:24:18 +01:00
committed by Tibor Vass
parent 8bd8ac0170
commit 73a167ddda

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