-
Fork the Repository
Fork this repository to your GitHub account to create your own working copy.
-
Launch a Codespace
Go to your forked repository on GitHub. Click on Code > Codespaces > Create codespace on main. Wait for the Codespace to initialize. The setup may take a few minutes.
-
Verify Docker Setup
Once the Codespace is ready, open the terminal and run the following commands to verify that Docker and Docker Compose are available:
foo@bar:~$docker --version foo@bar:~$docker-compose --version foo@bar:~$docker run hello-world
Leaving it running can lead to unnecessary charges, so make it a habit to shut down any unused Codespaces.