Thursday 6 December 2018

Docker Installation on Windows Platform

Docker installation on Windows platform is straight forward, you need to download Docker setup executable and run it. Below are the steps to get docker working on Windows box.
 
Docker Installation on Windows:
1. Download stable docker image from: 
 
2. Run the executable and follow the wizard

3. Once done open command prompt

4. Type command "docker version" and you should see output like below for successful installation.
Client:
 Version:           18.06.1-ce
 API version:       1.38
 Go version:        go1.10.3
 Git commit:        e68fc7a
 Built:             Tue Aug 21 17:21:34 2018
 OS/Arch:           windows/amd64
 Experimental:      false

Server:
 Engine:
  Version:          18.06.1-ce
  API version:      1.38 (minimum version 1.12)
  Go version:       go1.10.3
  Git commit:       e68fc7a
  Built:            Tue Aug 21 17:29:02 2018
  OS/Arch:          linux/amd64
  Experimental:     false

Now you have done with Docker installation on Windows box.