Skip to content

Latest commit

 

History

History

03_Docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Docker Test

This test is used to test your basic Docker knowledge. Do not worry if you do not know Docker.

Prepare

  • 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 from 02_Python assignment).

Assignment

The goal is to dockerize script inside api_holiday. The output should contains:

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!!