https://github.com/fredrkl/codespace-demo
Testing out codespaces
https://github.com/fredrkl/codespace-demo
codespaces demo
Last synced: 3 months ago
JSON representation
Testing out codespaces
- Host: GitHub
- URL: https://github.com/fredrkl/codespace-demo
- Owner: fredrkl
- License: mit
- Created: 2023-02-02T20:50:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T04:27:11.000Z (over 1 year ago)
- Last Synced: 2026-01-28T19:01:50.465Z (5 months ago)
- Topics: codespaces, demo
- Language: Dockerfile
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codespace Demo
Small repo showing how to enable vs code plugins in your dev container togheter with some script initialization. The repo shows setting up a set of tools typically used in CNCF projects.
I could have instead of the script created a Dockerfile with the same content, but I wanted to show how to use the script.
## WSL 2
By installing Docker with the WSL 2 integration you can clone this repo into a WSL 2 directory, and when you open it VS Code will prompt you to start it in the devcontainer. The good part of this setup is that you can still control your git locally with GPG, aliases etc.

## Prebuild setting
This repo also has prebuilds enabled to speed up initialization:
