We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Korporal • 8 years ago

Great, I installed Docker (on my large desktop with 64GB, I7-3960X etc etc Windows 10 Ultimate) and did as instructed: use taskbar docker to "Switch to Windows Containers", it required a reboot. After reboot there is no longer a docker icon in taskbar and a command prompt "docker info" fails with "In the default daemon configuration on Windows, the docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running". No idea how to start the "daemon". This is all too typical these days.

Nothing even hinting at docker in the event log.

Sanjeev Joshi • 5 years ago

The Docker systray menu is only available on Windows 10. I am installing Docker on Windows Server 2016 and realized that quite late. It would help if you could mention that in your article. Good concise article though.

Bernard Vander Beken • 8 years ago

Hey Michael, thank for sharing your Docker learnings!

Typo alert: search/replace monogb -> mongodb

Michael Crump • 8 years ago

Thanks a ton! I've fixed it.

quintonn • 8 years ago

What does the docker exec -it command do?
And why did you have to run 2 docker commands? Does that mean there are 2 containers running?

Michael Crump • 8 years ago

Think of one as the server and the other as the client. After connecting with the "client", you can see the "server" respond with a connection has been added.

The exec command just runs a command in a running container. See here : https://docs.docker.com/v1....

quintonn • 8 years ago

Great thanks.
Nice article. I'll be following this series