
This is needed for users on kernel older than 3.18 so they can avoid EBUSY errors when trying to unlink, rename or remove a mountpoint that is present in a shim namespace. Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@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.