containerd/docs
Michael Crosby 4f2b443a27 Rewrite imports for new github org
This rewrites the Go imports after switching to the new github org.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2017-04-03 14:05:44 -07:00
..
_includes Rewrite imports for new github org 2017-04-03 14:05:44 -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 Add logo/assets 2017-03-28 09:33:33 -07:00
style 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
Dockerfile added website code for containerd.io 2017-03-15 13:14:10 -07:00
README.md 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
dockercon-summit.md Merge branch 'master' into patch-1 2017-04-03 11:42:50 -07:00
index.md Rewrite imports for new github org 2017-04-03 14:05:44 -07:00

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.