Skip to content

Add exercise for the Docker image creation lesson

Erxleben, Fredo requested to merge create-exercise-for-3 into master

This adds an exercise for creating a Docker image with relation to data science in Python.

  • Reuses most of the concepts learned in the lesson.
  • Introduce two new instructions available in Dockerfile by providing a hint and documentation.
  • Reuse port exposition from lesson 2, starting containers.
  • The EXPOSE instructions is optional, only serves for documentation purpose. It's not so important if learners don't add it to the Dockerfile. Can be explained afterwards.

Direct link to the changes: https://hifis-review-app.hzdr.de/review-apps/hifis-hifis-workshops-using-containers-in-science/create-exercise-for-3/03-creating/#create-and-run-your-own-data-science-docker-image

@fer-rum Could you please check.

Closes #7 (closed)

Edited by Erxleben, Fredo

Merge request reports