Docker-Flask

Docker-Flask is a container running a very basic website using Flask

Installation

  • fork the project into your local folder
git clone https://github.com/ahaffar/docker-flask.git
  • install docker :
docker run -P -d --name new-FlaskApp