Lab: Workshop workspace
If you finished Lab: Setup GitHub Codespace, you already created ~/peachycloudsecurity-lab-workspace and ran hello-world. You can skim this page or go straight to Foundations.
If you are on local Linux and skipped the Codespace lab, complete this page after Environment Setup.
- Use a dedicated directory so bind mounts and build contexts stay predictable. If
~/.local/binis not on yourPATH, fix that in Environment Setup before tool labs.
ls
pwd
docker -v
- Docker commands to remember
docker images
docker ps
docker ps -a
- Next step: Foundations, then Theory: Containers and virtual machines.