This test is used to test your basic Docker knowledge. Do not worry if you do not know Docker.
- We suppose you have Docker installed on your PC.
- There is a folder
api_holidays
, this folder contains simple Python script (it is copy-pasted from02_Python
assignment).
The goal is to dockerize script inside api_holiday
. The output should contains:
- Dockerfile - that will create an Docker image.
Then open results.md and fill bash commands for building and running container.
Create new branch e.g. novakj
(user surname + first letter of your name - e.g. Jan Novák => novakj
) and push this branch to git.
Test should take <1 hour.
Good luck!!