Files
containerd/docs
David Lyle 04f76c5505 fix relative image paths
Signed-off-by: David Lyle <david.lyle@intel.com>
2017-04-21 12:27:05 -06:00
..
2017-03-28 09:33:33 -07:00
2017-04-20 01:31:00 -05:00
2017-04-21 12:27:05 -06:00
2017-03-15 13:14:10 -07:00

Containerd website

The containerd website is built using Jekyll and published to Github pages.

In order to build and test locally:

docker run -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.