Skip to content

alexr00/devcontainers.github.io

 
 

Repository files navigation

Development Containers Website

This repo holds the website for the Development Containers Specification.

You may view the site at containers.dev.

Building

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!

Dev container

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 Dev Container Template.

Steps to build and run

  • 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/

Feedback and contributing

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

License for this repository: https://github.com/devcontainers/containers.dev/blob/gh-pages/LICENSE.

About

Web content for the development containers specification.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 74.6%
  • SCSS 18.5%
  • JavaScript 4.0%
  • Ruby 1.5%
  • Shell 1.4%