This repo holds the website for the Development Containers Specification.
You may view the site at containers.dev.
If you'd like to build and preview the site yourself, we make it as smooth as possible through a dev container in this repo!
You may build GitHub Pages sites with Jekyll, which is a Ruby gem. You could manually install these tools on your machine, or you can easily get started with the setup you already need through a dev container!
You may review this repo's dev container in the .devcontainer
folder.
It is from this Jekyll definition.
- Clone or open this repo in the dev container-supporting editor of your choosing.
- You may review supporting tools and services here.
- Reopen this repo in the dev container, so that the container builds and you may develop inside it using the included tools.
- Once the dev container finishes building, execute the following command in your dev container to start the site:
bundle exec jekyll serve
- Check out the site! http://localhost:4000/containers.dev/
If you'd like to provide feedback on or contribute to the dev containers website, please feel free to open an issue or PR in this repo.
For issues on and contributions to the dev container specification itself, please visit the Dev Containers Spec repo.
License for this repository: https://github.com/devcontainers/containers.dev/blob/gh-pages/LICENSE.