- Creating a customized Docker container from the current version of Python that deploys a simple python script.
- Push image to DockerHub
- Pull the image down and run it on a cloud platform cloud shell: Google Cloud Shell or AWS Cloud9.
- Created Docker Container in AWS Cloud9
- Published to Docker Hub
- Published GitHub Repository
- Dockerfile
- Makefile
- README
- app.py
- push-docker.sh
- requirements.txt
- pandas
- pylint
- Pull: docker pull richtotti/app2
- Run: docker run richtotti/app2