Add network-routing clarification to comparison

Add a line to comparison mentioning that docker-for-mac doesn't support routing traffic to containers.
This commit is contained in:
Trevor Allen 2018-11-26 08:50:38 -05:00 committed by GitHub
parent 3263452bec
commit 0d8a5a46df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ With Docker for Mac, you only get (and only usually need) one VM, managed by Doc
for Mac. Docker for Mac automatically upgrades the Docker client and
daemon when updates are available.
Also note that Docker for Mac cant route traffic to containers, so you can't
directly access an exposed port on a running container from the hosting machine.
If you do need multiple VMs, such as when testing multi-node swarms, you can
continue to use Docker Machine, which operates outside the scope of Docker for
Mac. See [Docker Toolbox and Docker for Mac