added website code for containerd.io

Signed-off-by: Patrick Chanezon <patlist@chanezon.com>
This commit is contained in:
Patrick Chanezon
2017-03-15 13:14:10 -07:00
parent 92c7ed08b4
commit ecc0cc14c6
55 changed files with 3824 additions and 0 deletions

10
docs/README.md Normal file
View File

@@ -0,0 +1,10 @@
# 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.