containerd/docs
Ian Campbell 680bab8468 Update docs with go 1.9 requirement.
re: #1632

The comment about plugins in README.md didn't seem relevant any longer so I
removed it.

Signed-off-by: Ian Campbell <ian.campbell@docker.com>
2017-10-12 15:06:36 +01: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 Change WithSpec to take SpecOpts 2017-08-24 14:32:41 -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 Update docs with go 1.9 requirement. 2017-10-12 15:06:36 +01: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.