![]() This fixes the example in the getting started guide. The full example was already correct; tested compilation and proper runtime on latest master. Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> |
||
---|---|---|
.. | ||
_includes | ||
_layouts | ||
hooks | ||
images | ||
style | ||
_config.yml | ||
.dockerignore | ||
.gitignore | ||
client-opts.md | ||
dockercon-summit.md | ||
Dockerfile | ||
getting-started.md | ||
index.md | ||
namespaces.md | ||
ops.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 -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.