Files
containerd/docs
Michael Crosby 2742238909 Add docs for managed opts dir
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-08-03 11:50:02 -04:00
..
2018-05-15 12:30:26 -07:00
2018-05-15 12:30:26 -07:00
2018-05-15 12:30:26 -07:00
2018-05-15 12:30:26 -07:00
2018-05-15 12:30:26 -07:00
2018-05-15 12:30:26 -07:00
2018-01-03 14:40:48 -06:00
2018-05-15 12:30:26 -07:00
2018-05-15 12:30:26 -07:00
2018-05-15 12:30:26 -07:00
2018-08-03 11:50:02 -04:00
2018-06-27 16:58:30 +02:00
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.