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

Prerequisites

The following tools are required:

  • Git
  • Docker
  • VS Code (optional, but recommended for a fully integrated development environment)

After installing these tools (and ensuring they are available in your system PATH), open a terminal or PowerShell and run the following commands:

git --version
docker --version
code --version

If the installation was successful, each command should print the installed version without errors.