From 68e093fa52e0faeab852f3ca53c7229eeaccf356 Mon Sep 17 00:00:00 2001 From: davegallant Date: Sat, 16 Oct 2021 20:32:25 +0000 Subject: [PATCH] deploy: 9b0940045738a56c9c5b1dc0053da5b4f82f17a8 --- .../index.html | 7 +++++-- page/search/index.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/index.html b/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/index.html index dc8a4cea..67e5f7a7 100644 --- a/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/index.html +++ b/blog/2021/10/11/replacing-docker-with-podman-on-macos-and-linux/index.html @@ -224,8 +224,11 @@ podman start -a davegallant.github.io_hello_world_1 Hello world

This should more or less provide the same results you would come to expect with docker.

Summary

-

Installing podman on macOS was not seamless, but it was manageable well within 30 minutes. I would recommend podman to anyone who is unhappy with experiencing forced docker updates, or who wants to use a more modern technology for managing containers.

-

One caveat to mention is that there isn’t a graphical user interface for podman, but there is an open issue considering one. If you rely heavily on Docker Desktop’s UI, you may not be as interested in using podman yet.

+
+

Update: After further usage, bind mounts do not seem to work when the client and host are on different machines. See this issue

+
+

Installing podman on macOS was not seamless, but it was manageable well within 30 minutes. I would recommend giving podman a try to anyone who is unhappy with experiencing forced docker updates, or who wants to use a more modern technology for managing containers.

+

One caveat to mention is that there isn’t an official graphical user interface for podman, but there is an open issue considering one. If you rely heavily on Docker Desktop’s UI, you may not be as interested in using podman yet.

I had been experimenting with podman on Linux before writing this, but after listening to this podcast episode, I was inspired to give podman a try on macOS.