Solutions for DevOps with Docker course from UNIVERSITY OF HELSINKI.
The best way to learn Docker!
❗️Note: Be sure to use this command to clone the project because we are using submodule:
git clone --recurse-submodules https://github.com/milistu/DevOpsWithDocker.git
If you already clone the repo without submodules like this:
git clone https://github.com/milistu/DevOpsWithDocker.git
You can initialize and update all submodules recursively with the command:
git submodule update --init --recursive
Here is my certificate!