Skip to content

This repository is for a project in ECE 590/MIDS 690 course at Duke University. The project goal is to (1) create a customized Docker container that deploys a simple python script, (2) push that image to DockerHub, and (3) pull the image down and run on cloud platform cloud shell.

License

Notifications You must be signed in to change notification settings

drwitt/docker-cloud-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-Cloud-Demo

This repository is for a project in ECE 590/MIDS 690 course at Duke University.

The project goals are to:

  • create a customized Docker container that deploys a simple python script

  • push that image to DockerHub

  • pull the image down and run on cloud platform cloud shell

From within any shell environment with Docker downloaded, one can use the associated Docker image by simply running:

$ docker pull drwitt123/docker-cloud-demo

$ docker run -d -p 5000:5000 drwitt123/docker-cloud-demo

View web application on port 5000 on a browser.

About

This repository is for a project in ECE 590/MIDS 690 course at Duke University. The project goal is to (1) create a customized Docker container that deploys a simple python script, (2) push that image to DockerHub, and (3) pull the image down and run on cloud platform cloud shell.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published