4f2b443a27
This rewrites the Go imports after switching to the new github org. Signed-off-by: Michael Crosby <crosbymichael@gmail.com> |
||
---|---|---|
.. | ||
_includes | ||
_layouts | ||
hooks | ||
images | ||
style | ||
.dockerignore | ||
.gitignore | ||
_config.yml | ||
dockercon-summit.md | ||
Dockerfile | ||
index.md | ||
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.