
Here is list of improvement: - Add 2 intermediate full samples of code that can be compiled and ran - Link to Runc.md page for runc installation - Fix typo at the "Task Wait and Start" section - Fix missing commands to run sample code at the getting stated guide - Explicitly State go 1.8.x or above and link back to golang install page Signed-off-by: Roy Inganta Ginting <ringanta.ginting@gmail.com>
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.