Further reading
To learn more about the topics that were covered in this chapter, take a look at the following resources:
- Gitpod getting started guide: https://www.gitpod.io/docs/getting-started
- An overview of Docker: https://docs.docker.com/get-started/overview/
- Docker reference documentation: https://docs.docker.com/reference/
- Docker general cheat sheet: https://dockerlabs.collabnix.com/docker/cheatsheet/
- Dockerfile instructions cheat sheet: https://devhints.io/dockerfile
- An overview of GitHub Codespaces: https://docs.github.com/en/codespaces/overview.
- An overview of the Gitpod
.yml
file, to learn how to initialize Gitpod environments: https://www.gitpod.io/docs/config-gitpod-file - An overview of Docker Hub: https://docs.docker.com/docker-hub/
- Multi-architecture building with
docker manifest
andbuildx
: https://www.docker.com/blog/multi-arch-build-and-images-the-simple-way/ - An overview of VS Code remote development over SSH: https://code...