August 2017
Intermediate to advanced
332 pages
9h 16m
English
We run the application by running the container:
$ docker run hello_world_python
You should see the friendly Hello World from Python! message. The most interesting thing in this example is that we are able to run the application written in Python without having the Python interpreter installed in our host system. This is possible because the application packed as an image has all the environment needed inside.
Read now
Unlock full access