The documentation apparently lacks matching what I get to see when I’m running Docker for Windows with Windows 10 Containers.
I.e: Can’t link to MS Azure account
Every installation of the Docker Engine automatically includes three default networks. You can list them:
$ docker network ls
NETWORK ID NAME DRIVER 18a2866682b8 none null c288470c46f6 host host 7b369448dccb bridge bridge
When I do this listing, I get:
PS C:\Users\Me> docker network ls
NETWORK ID NAME DRIVER SCOPE
9d80ee250da3 nat nat local
de30b46e5547 none null local
#### Will these issues be fixed soon in the documentation? I would prefer to begin working with Docker ASAP.