Skip to content

Instantly share code, notes, and snippets.

@saadwaseem
Created June 22, 2018 14:25
Show Gist options
  • Save saadwaseem/4897441054e6d2ca69bc42e557fa2db1 to your computer and use it in GitHub Desktop.
Save saadwaseem/4897441054e6d2ca69bc42e557fa2db1 to your computer and use it in GitHub Desktop.
Install Docker on windows 8.1
To set up Docker on windows follow the instructions given in the following link:
https://docs.docker.com/toolbox/toolbox_install_windows/#step-2-install-docker-toolbox
1- Then go to your desktop and right click the 'Docker quick start terminal' and open properties. From there change
the target field and point it to your git bash.exe file press enter to save your settings.
2- To run the Docker client use CMD and go to : C:\program files\docker toolbox
enter start.sh into your terminal and press enter
Hope! You are good to go with your Docker installation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment