The code provided as part of this repository is ONLY for learning purposes!
This repository contains code listings cited as examples from the book "C Ninja, in Pyjama!".
- Get and install Docker for your Operating system: Docker.
- Execute the following to run the setup after Docker is installed and actively running on your local machine.
bash setup.sh
- Download and Install Vscode.
- Launch VScode, open the terminal, and install the extensions -
code --install-extension ms-vscode-remote.remote-containers
code --install-extension ms-vscode-remote.remote-ssh
code --install-extension ms-vscode-remote.remote-ssh-edit
code --install-extension ms-vscode.remote-explorer
- Restart VSCode and from the Remote explorer connect to the container.
Copyright © 2023 inpyjama.com. All Rights Reserved.