diff options
-rw-r--r-- | content/posts/2023-05-02-bookworm-and-podman.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/posts/2023-05-02-bookworm-and-podman.md b/content/posts/2023-05-02-bookworm-and-podman.md index ec7a6ef..8015cb2 100644 --- a/content/posts/2023-05-02-bookworm-and-podman.md +++ b/content/posts/2023-05-02-bookworm-and-podman.md @@ -29,8 +29,8 @@ A couple of quick tests: * [Sinatra web application (rootless)][sinatra-test] * [Go web application (rootless, scratch, multi-stage build)][go-test] -**Update (2023-05-05):** I put together a simple web application named -[Bookman][] to put [podman-compose][] through it's paces. It uses +**Update (2023-05-05):** I put together a [simple web application named +Bookman][bookman] to put [podman-compose][] through it's paces. It uses multiple containers, [multi-stage builds][multi-stage], boot dependencies, secrets, and volumes. @@ -45,7 +45,7 @@ screenshot][bookman-shot] of the exposed web interface. "Docker container manager." [podman]: https://podman.io/ "Podman container manager." -[podman-4.3]: https://podman.io/releases/2022/10/22/podman-release-v4.3.0.html +[podman-4.3]: https://github.com/containers/podman/releases/tag/v4.3.0 "Podman version 4.3." [rootless containers]: https://developers.redhat.com/blog/2020/09/25/rootless-containers-with-podman-the-basics "Rootless containers." |