-
Notifications
You must be signed in to change notification settings - Fork 43
[Installation] Windows Instructions (Toolbox)
Radu Raicea edited this page Oct 19, 2017
·
2 revisions
https://download.docker.com/win/stable/DockerToolbox.exe
Follow steps 1 to 2 in the following link : https://docs.docker.com/toolbox/toolbox_install_windows/
Make sure you have Git installed on your computer before cloning the repository.
Open a Terminal and run the following commands:
cd [path/where/you/want/to/clone]
git clone https://github.com/Radu-Raicea/Dockerized-Flask.git
cd Dockerized-Flask
docker-compose up --build
Check out http://192.168.99.100/
Press CTRL-C to kill the app
docker-compose down
docker-compose up --build