containerd/docs
Brian Goff 6ab99edb71 Convert ExitStatus to use fn to get details
Instead of requiring callers to read the struct fields to check for an
error, provide the exit results via a function instead which is more
natural.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-08-22 10:48:44 -04:00
..
_includes retrying pr for website to satify cncf guidelines 2017-06-16 14:30:31 -07: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 Add doc for extending client opts 2017-08-08 15:39:59 -04: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 Convert ExitStatus to use fn to get details 2017-08-22 10:48:44 -04: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 section for state dir 2017-08-11 16:54:42 -04: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.