8000 GitHub - Klalena/Docker_Container_Project: This is a repository for the Duke University Cloud Computing course project on containers, where a Docker python container is built from scratch.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This is a repository for the Duke University Cloud Computing course project on containers, where a Docker python container is built from scratch.

Notifications You must be signed in to change notification settings

Klalena/Docker_Container_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker_Container_Project

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.

Build an image

docker build --tag=alenakl3/app:03 .

Run the program

docker run -it alenakl3/app:03 python app.py --name 'Alena'

Push image to Docker Hub

docker push alenakl3/app:03

List images

docker image ls 

Remove all images

docker image prune -a

Pull an image from Docker Hub

docker pull alenakl3/app:03

About

This is a repository for the Duke University Cloud Computing course project on containers, where a Docker python container is built from scratch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0