From 8d048e5094c20a51feba228769223b60fba8cd60 Mon Sep 17 00:00:00 2001 From: Luc Date: Sun, 20 Jul 2025 20:00:37 +0200 Subject: [PATCH] README.md: update Added building with Podman section. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 53342e2..ec23e20 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,10 @@ The build files of an nginx:alpine mkdocs container that fetches from git. ## Building with Podman +The containerfile of either `mkdocs-git` or `mkdocs-git-multilang` can be build with [podman](https://podman.io/) by executing the following in the working directory (either `mkdocs-git/monolang` or `mkdocs-git/multilang`): +``` shell-session +sh$ podman build --network=pasta -f mkdocs-git.containerfile -t mkdocs-git:latest +``` + +An mkdocs-git container may then be deployed by specifying the git repository URL in the `GIT_REPO_URL` environment variable and additionally for the multilang version the list of languages in the `WIKI_LANG` environment variable. \ No newline at end of file