Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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/bin is not on your PATH, fix that in Environment Setup before tool labs.
ls
pwd
docker -v
  • Docker commands to remember
docker images
docker ps
docker ps -a