Forum Discussion
Soheil Badri
Jan 03, 2019Copper Contributor
Docker on Windows Server
Hello there, I've been dealing with an issue recently, that whenever I try to install Docker daemon on Windows Server 2016, I get this error: I've already installed the Hyper-V role and ...
Roberth Strand
Jan 04, 2019Brass Contributor
Are you sure you are using the right package name? You can search for the package by running the following one-liner:
get-package | Where-Object -Property name -Like *docker*
Haven't checked on a Server 2016 machine, but on my Windows 10 the package is called Docker for Windows. Don't use docker containers in production at the moment, so it would take a while for me to check 😉