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/hooks/pre_build Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
echo "=> Building the binary"
docker run --privileged \
-v $(pwd):/usr/src/app \
-v /var/run/docker.sock:/var/run/docker.sock \
starefossen/github-pages jekyll build
echo $(pwd)
ls -la
ls -la _site