- Open Github Codespaces and create your new
cloudnativetrainings/container-fundamentalscodespace withMachine Type4-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-fundamentalscodespace via Github Codespaces.