I'm trying to switch Docker to Windows containers on my Windows Server Core 1903 machine (no desktop). This page says DockerCli should be able to do so:
& $Env:ProgramFiles\Docker\Docker\DockerCli.exe -SwitchDaemon
There is no DockerCli.exe
after fresh Docker installation:
Directory: C:\Program Files\Docker
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 30-09-2019 17:57 cli-plugins
-a---- 03-09-2019 21:58 69282136 docker.exe
-a---- 03-09-2019 21:58 76065624 dockerd.exe
-a---- 21-08-2019 00:05 2454016 libeay32.dll
-a---- 11-05-2017 22:32 56978 libwinpthread-1.dll
-a---- 03-09-2019 16:24 6124 licenses.txt
-a---- 30-09-2019 17:57 142 metadata.json
-a---- 21-08-2019 00:05 357888 ssleay32.dll
-a---- 09-06-2016 22:53 87888 vcruntime140.dll
I also tried to install docker-cli or docker-toolbox via Choco but the needed tool is still missing. Any clue where to find it?
Found DockerCli.exe
in the Docker Desktop package.