-
Notifications
You must be signed in to change notification settings - Fork 43
[Installation] macOS Instructions (Yosemite 10.10.3 and higher)
Radu Raicea edited this page Oct 19, 2017
·
2 revisions
https://download.docker.com/mac/stable/Docker.dmg
Follow steps 1 to 4 in the following link: https://docs.docker.com/docker-for-mac/install/#install-and-run-docker-for-mac
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://localhost/
Press CTRL-C to kill the app
docker-compose down
docker-compose up --build