containerd/docs
Kunal Kushwaha b12c3215a0 Licence header added
Signed-off-by: Kunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp>
2018-02-19 10:32:26 +09:00
..
_includes Add build config for jekyll + netlify 2018-01-03 16:22:22 -06:00
_layouts added website code for containerd.io 2017-03-15 13:14:10 -07:00
hooks Licence header added 2018-02-19 10:32:26 +09:00
images retrying pr for website to satify cncf guidelines 2017-06-16 14:30:31 -07:00
man Add basic manpages for ctr, containerd, containerd-config 2018-02-14 15:17:31 -05:00
style added website code for containerd.io 2017-03-15 13:14:10 -07:00
_config.yml Force ruby version for docs build 2018-01-04 10:49:50 -06: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
CNAME Create CNAME 2018-01-03 14:40:48 -06:00
dockercon-summit.md Update dockercon-summit.md 2017-04-20 01:31:00 -05:00
Dockerfile Licence header added 2018-02-19 10:32:26 +09:00
getting-started.md Update getting-started guide with the new stdio implementation 2017-12-21 13:15:53 -03:00
index.md Add further updates for website refresh 2018-02-12 13:45:45 -05:00
namespaces.md Minor updates to the namespaces doc 2017-08-10 11:08:03 -04:00
ops.md Fix typo in docs 2018-02-12 17:11:05 +00: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.