An inspirational quotes app using Flask
Build the Docker image manually by cloning the Git repo.
$ git clone https://github.com/MuLx10/Sire.git
$ docker build -t Sire .
You can also just download the existing image from DockerHub.
docker pull Sire
Create a container from the image.
$ docker run --name my-container -d -p 8080:8080 Sire
Now visit http://localhost:8080
