containerd/docs
Aleksa Sarai 7aa132ffc7
docs: man: rename config.toml(5) to be more descriptive
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>
2018-08-08 18:33:29 +10:00
..
content Return Markdown files to /docs directory 2018-05-16 11:23:50 -07:00
data Migrate website to Hugo 2018-05-15 12:30:26 -07:00
layouts Migrate website to Hugo 2018-05-15 12:30:26 -07:00
man docs: man: rename config.toml(5) to be more descriptive 2018-08-08 18:33:29 +10:00
source/less Migrate website to Hugo 2018-05-15 12:30:26 -07:00
static Migrate website to Hugo 2018-05-15 12:30:26 -07:00
.dockerignore added website code for containerd.io 2017-03-15 13:14:10 -07:00
.editorconfig Migrate website to Hugo 2018-05-15 12:30:26 -07:00
.gitignore Migrate website to Hugo 2018-05-15 12:30:26 -07:00
client-opts.md Return Markdown files to /docs directory 2018-05-16 11:23:50 -07:00
CNAME Create CNAME 2018-01-03 14:40:48 -06:00
config.yaml Migrate website to Hugo 2018-05-15 12:30:26 -07:00
dockercon-summit.md Return Markdown files to /docs directory 2018-05-16 11:23:50 -07:00
Dockerfile Migrate website to Hugo 2018-05-15 12:30:26 -07:00
getting-started.md Return Markdown files to /docs directory 2018-05-16 11:23:50 -07:00
Makefile Migrate website to Hugo 2018-05-15 12:30:26 -07:00
managed-opt.md Add docs for managed opts dir 2018-08-03 11:50:02 -04:00
namespaces.md Return Markdown files to /docs directory 2018-05-16 11:23:50 -07:00
ops.md Document how to use systemd-run 2018-06-27 16:58:30 +02:00
README.md Migrate website to Hugo 2018-05-15 12:30:26 -07:00

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.