mirror of
https://github.com/containerd/containerd.git
synced 2026-07-27 11:51:12 +00:00
11 lines
329 B
Markdown
11 lines
329 B
Markdown
# 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.
|
|
|