Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker, Python, and You

Slides

Build

Builds the image, after this it's immutable in the current form:

$ docker build -t myapp .

Note, there is an implicit tag of latest.

Run

Runs the image (making a container), since docker does network isolation you need to explicitly list the exposed port(s):

$ docker run --rm -it -p 5000:5000 myapp

About

Content for a talk at the IndyPy meetup on January 10, 2017

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages