From 9f58da3aec7020e6f8a335ec965ebb1d68c98d13 Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Fri, 7 Aug 2015 23:24:18 +0100 Subject: [PATCH] typofix - https://github.com/vlajos/misspell_fixer Signed-off-by: Veres Lajos Upstream-commit: 73a167ddda1413ad1f1ce2b8bd30eb9709f44271 Component: cli --- components/cli/experimental/networking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/experimental/networking.md b/components/cli/experimental/networking.md index 5ff769179d..4b6610cfbe 100644 --- a/components/cli/experimental/networking.md +++ b/components/cli/experimental/networking.md @@ -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