containerd/docs
Chris Aniszczyk 00ad7fe408
Fix website rendering via gh-pages
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2018-01-03 12:07:11 -08:00
..
_includes Fix website rendering via gh-pages 2018-01-03 12:07:11 -08:00
_layouts added website code for containerd.io 2017-03-15 13:14:10 -07:00
hooks added website code for containerd.io 2017-03-15 13:14:10 -07:00
images retrying pr for website to satify cncf guidelines 2017-06-16 14:30:31 -07:00
style added website code for containerd.io 2017-03-15 13:14:10 -07:00
_config.yml added website code for containerd.io 2017-03-15 13:14:10 -07:00
.dockerignore added website code for containerd.io 2017-03-15 13:14:10 -07:00
.gitignore added website code for containerd.io 2017-03-15 13:14:10 -07:00
client-opts.md Fix usage of oci in other packages. 2017-11-27 16:16:17 -05:00
dockercon-summit.md Update dockercon-summit.md 2017-04-20 01:31:00 -05:00
Dockerfile added website code for containerd.io 2017-03-15 13:14:10 -07:00
getting-started.md Update getting-started guide with the new stdio implementation 2017-12-21 13:15:53 -03:00
index.md retrying pr for website to satify cncf guidelines 2017-06-16 14:30:31 -07:00
namespaces.md Minor updates to the namespaces doc 2017-08-10 11:08:03 -04:00
ops.md Add an option to prevent putting the shim in a new mount namespace 2017-10-04 09:16:02 -07:00
README.md retrying pr for website to satify cncf guidelines 2017-06-16 14:30:31 -07:00

Containerd website

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

In order to build and test locally:

docker run -it -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.