diff --git a/src/images/podman-macos.png b/src/images/podman-macos.png new file mode 100644 index 0000000..b646702 Binary files /dev/null and b/src/images/podman-macos.png differ diff --git a/src/posts/2021-09-01-migrating-from-docker-to-podman.md b/src/posts/2021-09-01-migrating-from-docker-to-podman.md index e4a5def..767561a 100644 --- a/src/posts/2021-09-01-migrating-from-docker-to-podman.md +++ b/src/posts/2021-09-01-migrating-from-docker-to-podman.md @@ -22,13 +22,14 @@ There has been quite a bit of reaction to this news..." 2021-09-04: Added note about M1 Mac support 2021-09-04: Added volume mount limitation + +2021-09-04: Added podman-macos utility Docker has [recently announced](https://www.docker.com/blog/updating-product-subscriptions/) that Docker Desktop will soon require a subscription and, based on the size of your company, may require a paid subscription. (It remains free for personal use) There has been quite a bit of reaction to this news: -
[![](https://tweet.cluster.fun/1432720164169076755)](https://twitter.com/QuinnyPig/status/1432720164169076755) @@ -36,7 +37,6 @@ There has been quite a bit of reaction to this news:
Corey isn't too impressed with the news
-
[![](https://tweet.cluster.fun/1432974196632604676)](https://twitter.com/manuel_zapf/status/1432974196632604676) @@ -46,7 +46,6 @@ There has been quite a bit of reaction to this news: Depending on which side your opinions lie, you might be looking for alternatives. Well it just so happens that [Podman](https://podman.io) posted this well-timed tweet: -
[![](https://tweet.cluster.fun/1432800271873323010)](https://twitter.com/Podman_io/status/1432800271873323010) @@ -219,6 +218,17 @@ This property contains a list of all the registries that will be checked (in ord With that change made we can `exit` from the virtual machine and Podman should then search for any short name images using these registries from now on. +## GUI Replacement + +For those that like to have a graphical UI to manage / monitor their running containers [Victor](https://github.com/heyvito) has released [podman-macos](https://github.com/heyvito/podman-macos) that provides a tiny taskbar utility for Podman. + +
+ +![](/images/podman-macos.png) + +
Podman GUI for MacOS
+
+ ## Wrap Up I'm sure there's many more inconsistencies but so far I'm pretty impressed. I'm plan to try using Podman instead of Docker for a while and see how I get on. I'll try and update this post with anything more I find out.