Docker installation - Roche-Olivier/Samples-examples GitHub Wiki
You can download docker desktop from the following URL:
Follow the installation guides , and get your basic docker running.
To ensure the docker daemon should be running , check this with the following command.
docker version
Your output should look something like this.
C:\WINDOWS\system32>docker version
Client: Docker Engine - Community
Version: 18.09.2
API version: 1.39
Go version: go1.10.8
Git commit: 6247962
Built: Sun Feb 10 04:12:31 2019
OS/Arch: windows/amd64
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 18.09.2
API version: 1.39 (minimum version 1.12)
Go version: go1.10.6
Git commit: 6247962
Built: Sun Feb 10 04:13:06 2019
OS/Arch: linux/amd64
Experimental: false