Notes:
Today we will learn :
How to install Docker on Windows
Step by Step
We will see:
Prerequisites
Install Docker
Troubleshooting tips
Validate installation
Uninstall Docker
USEFUL INFORMATION
If you install the Docker Toolbox on a Windows machine, the installer automatically installs Oracle Virtualbox to run the Docker virtual machine.
Prerequisites
OS – 64 bit
Windows 7 or higher
STEP 1 : Install Docker
https://docs.docker.com/toolbox/toolbox_install_windows/
https://docs.docker.com/docker-for-windows/install/
STEP 2 : Troubleshooting (if any issue occurs)
Convenient way to enable/disable Hyper-V
https://superuser.com/questions/540055/convenient-way-to-enable-disable-hyper-v-in-windows-8
Installing Docker Toolbox on Windows with Hyper-V Installed
https://jayvilalta.com/blog/2016/04/28/installing-docker-toolbox-on-windows-with-hyper-v-installed/
STEP 3 : validate INSTALLATION
run some docker commands
docker
docker –version
docker run “image name”
STEP 4 : uninstall DOCKER
USEFUL LINKS
https://stackoverflow.com/questions/36885985/cannot-start-docker-after-installation-on-windows
https://docs.docker.com/toolbox/faqs/troubleshoot/
References :
Image of docker architecture
References – https://www.wedidknow.xyz/2017/03/docker-ecosystem-how-to-manage-your.html
Send me your comments and feedback