Skip to content

[Installation] macOS Instructions (Yosemite 10.10.3 and higher)

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

Download Docker

https://download.docker.com/mac/stable/Docker.dmg

Install Docker

Follow steps 1 to 4 in the following link: https://docs.docker.com/docker-for-mac/install/#install-and-run-docker-for-mac

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://localhost/

Restarting the App

Press CTRL-C to kill the app

docker-compose down

docker-compose up --build