Skip to content

cloudnativetrainings/container-fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Container Fundamentals

Setup the training environment

  1. Open Github Codespaces and create your new cloudnativetrainings/container-fundamentals codespace with Machine Type 4-core.
  2. 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 &
  1. Start with the 01_hello-docker lab.

Teardown the training environment

  1. Delete your cloudnativetrainings/container-fundamentals codespace via Github Codespaces.