This is a repository for the Duke University Cloud Computing course project on containers, where a Docker python container is built from scratch.
Here are a few commands that I used for this project.
docker build --tag=alenakl3/app:03 .
docker run -it alenakl3/app:03 python app.py --name 'Alena'
docker push alenakl3/app:03
docker image ls
docker image prune -a
docker pull alenakl3/app:03