Understanding a Dockerfile
You are presented the following Dockerfile without comments explaining each Docker instruction. Read and understand the Dockerfile.
FROM python:3.10
COPY . .
RUN pip install -r requirements.txt
ENTRYPOINT ["python", "hello_world.py"]
Deze oefening maakt deel uit van de cursus
Containerization and Virtualization Concepts
Praktische interactieve oefening
Zet theorie om in actie met een van onze interactieve oefeningen.
Begin met trainen