Docker daemon on Windows

416 views
Skip to first unread message

Sukhveer Singh

unread,
Mar 11, 2016, 1:52:45 PM3/11/16
to docker-dev
I am using Docker (v 1.10.2) on Windows 7 SP1. Everything works fine on Docker terminal (VM, build images, running containers) but when I run 'Docker daemon' is get this error:
level=fatal msg="Error starting daemon: This version of Windows does not support the docker daemon"

In the docker documentation, it's mentioned that Windows 7 SP1 is supported. I don't see any more specific error on this.

I'll appreciate any help on this.

Thanks,
Sukhveer

sebastiaa...@docker.com

unread,
Mar 11, 2016, 2:40:24 PM3/11/16
to Sukhveer Singh, docker-dev
Windows 7 SP1 is supported, but as explained in https://docs.docker.com/engine/installation/windows/#learn-the-key-concepts-before-installing, the *daemon* runs inside a Virtual Machine on Windows.

The "docker" command on the Windows machine is actually a client-only build of docker, so doesn't contain the daemon command (and code).

You can, however, open a session in the virtual machine, e.g.

docker-machine ssh default
docker daemon --help


Sent from my iPad
--
You received this message because you are subscribed to the Google Groups "docker-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to docker-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Sukhveer Singh

unread,
Mar 14, 2016, 8:32:35 AM3/14/16
to docker-dev
Thanks so much Sebastiaan! That was helpful. I should've went thru documentation more carefully :)
Reply all
Reply to author
Forward
0 new messages