tree: 91ebc6f0266679439ad1f94c6baf5d04f33e6d38 [path history] [tgz]
  1. _includes/
  2. _layouts/
  3. hooks/
  4. images/
  5. style/
  6. .dockerignore
  7. .gitignore
  8. _config.yml
  9. dockercon-summit.md
  10. Dockerfile
  11. index.md
  12. README.md
docs/README.md

Containerd website

The containerd website is built using Jekyll and published to Github pages.

In order to build and test locally:

docker run -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages

Then browser to localhost:4000 to see the rendered site. The site autorefreshes when you modify files locally.