/web

🚀 Content of examples.openshift.pub

Primary LanguageHTML

Build

via Containerfile

Export GH_TOKEN with access to github.com/squidfunk/mkdocs-material-insiders.git. In case you don't have access to material-insiders it will build with material.

podman build \
  -t mkdocs:local \
  --no-cache \
  --build-arg GH_TOKEN=${GH_TOKEN} \
  -f Containerfile .

Local development

Build local runtime.

Export GH_TOKEN with access to github.com/squidfunk/mkdocs-material-insiders.git. In case you don't have access to material-insiders it will build with material.

podman build \
  -t mkdocs:local \
  --no-cache \
  --build-arg GH_TOKEN=${GH_TOKEN} \
  -f Containerfile.local-run .

Run it

podman run -ti --rm \
  -v $(pwd):/opt/app-root/src:z \
  -p 8080:8080 mkdocs:local

Stargazers over time

Stargazers over time