Skip to content

[Installation] Windows Instructions (Toolbox)

Radu Raicea edited this page Oct 19, 2017 · 2 revisions

Download Docker Toolbox

https://download.docker.com/win/stable/DockerToolbox.exe

Install Docker Toolbox

Follow steps 1 to 2 in the following link : https://docs.docker.com/toolbox/toolbox_install_windows/

Clone App

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

Build App

cd Dockerized-Flask

docker-compose up --build

Check out http://192.168.99.100/

Restarting the App

Press CTRL-C to kill the app

docker-compose down

docker-compose up --build