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

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

License

Notifications You must be signed in to change notification settings

mattrasband/docker_python_and_you

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dba647b · Jan 10, 2017

History

8 Commits
Jan 10, 2017
Jan 10, 2017
Jan 9, 2017
Jan 10, 2017
Jan 10, 2017
Jan 10, 2017
Jan 10, 2017
Jan 10, 2017
Jan 10, 2017

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

License

Stars

Watchers

Forks

Packages

No packages published