- Open Github Codespaces and create your new
cloudnativetrainings/container-fundamentals
codespace withMachine Type
4-core
. - Verify your environment via
make verify
.
If this fails, please run the following command (Github Codespaces having currently this issue: devcontainers/features#1494)
kill $(pgrep dockerd)
dockerd &
- Start with the 01_hello-docker lab.
- Delete your
cloudnativetrainings/container-fundamentals
codespace via Github Codespaces.