How to Install Docker on Windows 10
Docker for Windows now requires Microsoft’s Hyper-V. Once enabled, VirtualBox will no longer be able to run virtual machines (your VM images will still remain).
Requirements
Docker for Windows runs on 64-bit Windows 10 Pro, Enterprise,
and Education; 1511 November update, Build 10586 or later.
Installation
1. Download Docker.2. Double-click InstallDocker.msi to run the installer.
3. Follow the Install Wizard: accept the license, authorize the installer, and proceed with the install.
2. Enable Hyper-V If it is not enabled. It will reboot the host.
Cl 1. Click OK to reboot.
2. Docker starts automatically.
3. Docker loads a “Welcome” window giving you
tips and access to the Docker documentation.
Verification
4.
The whale in the
status bar indicates a running (and accessible via terminal) Docker instance.
5.
Open PowerShell and
enter docker run
hello-world.
From PowerShell, check
the versions of docker
, docker-compose
, and verify your installation:
PS C:\Users\username> docker --version
PS C:\Users\username> docker-compose --version
PS C:\Users\username> docker-machine --version
This is really great information. I have visited so many blogs however, I found the most relevant info here.
ReplyDelete