August 2017
Intermediate to advanced
332 pages
9h 16m
English
Our environment will be expressed in the Dockerfile. We need the instructions to define:
In the same directory, create the Dockerfile:
FROM ubuntu:16.04MAINTAINER Rafal LeszkoRUN apt-get update && \ apt-get install -y pythonCOPY hello.py .ENTRYPOINT ["python", "hello.py"]
Read now
Unlock full access