Content of examples.openshift.pub
podman build \
-t mkdocs:local \
--no-cache \
-f Containerfile .
podman build \
-t mkdocs:local \
--no-cache \
-f Containerfile.local-run .
podman run -ti --rm \
-v $(pwd):/opt/app-root/src:z \
-p 8080:8080 mkdocs:local