![]() The man page namespace is global, so in order to avoid colliding with other man pages named "config.toml" rename ours to be more descriptive. This also helps with discoverability (now tab-completion of 'man containerd<tab>' will return the config man page), as well as making it much cleaner from the perspective of distributions that want to package containerd. Signed-off-by: Aleksa Sarai <asarai@suse.de> |
||
---|---|---|
.. | ||
content | ||
data | ||
layouts | ||
man | ||
source/less | ||
static | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
client-opts.md | ||
CNAME | ||
config.yaml | ||
dockercon-summit.md | ||
Dockerfile | ||
getting-started.md | ||
Makefile | ||
managed-opt.md | ||
namespaces.md | ||
ops.md | ||
README.md |
Containerd website
The containerd website at https://containerd.io is built using Hugo and published to Netlify.
To develop the site locally in "watch" mode (using Docker):
$ docker run -it -v $(pwd):/src -p "1313:1313" -e HUGO_WATCH=true jojomi/hugo
You can then open up your browser to localhost:1313 to see the rendered site. The site auto-refreshes when you modify files locally.