added website code for containerd.io
Signed-off-by: Patrick Chanezon <patlist@chanezon.com>
This commit is contained in:
parent
92c7ed08b4
commit
ecc0cc14c6
55 changed files with 3824 additions and 0 deletions
10
docs/hooks/pre_build
Executable file
10
docs/hooks/pre_build
Executable 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue