Files
containerd/docs
Kunal Kushwaha b12c3215a0 Licence header added
Signed-off-by: Kunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp>
2018-02-19 10:32:26 +09:00
..
2018-02-19 10:32:26 +09:00
2018-01-04 10:49:50 -06:00
2018-01-03 14:40:48 -06:00
2017-04-20 01:31:00 -05:00
2018-02-19 10:32:26 +09:00
2018-02-12 17:11:05 +00:00

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.