containerd/docs
Alban Crequy 6ef65b74e1 Document how to use systemd-run
It is also useful when testing local changes, I just run:

sudo systemd-run -p Delegate=yes -p KillMode=process bin/containerd

Signed-off-by: Alban Crequy <alban@kinvolk.io>
2018-06-27 16:58:30 +02: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 Add basic manpages for ctr, containerd, containerd-config 2018-02-14 15:17:31 -05: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
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.