Added section about podman GUI
This commit is contained in:
parent
d01a3f227c
commit
0b0c028954
BIN
src/images/podman-macos.png
Normal file
BIN
src/images/podman-macos.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 403 KiB |
@ -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
|
||||
</details>
|
||||
|
||||
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:
|
||||
|
||||
|
||||
<figure class="center" markdown="1">
|
||||
|
||||
[![](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:
|
||||
<figcaption>Corey isn't too impressed with the news</figcaption>
|
||||
</figure>
|
||||
|
||||
|
||||
<figure class="center" markdown="1">
|
||||
|
||||
[![](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:
|
||||
|
||||
|
||||
<figure class="center" markdown="1">
|
||||
|
||||
[![](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.
|
||||
|
||||
<figure class="center" markdown="1">
|
||||
|
||||
![](/images/podman-macos.png)
|
||||
|
||||
<figcaption>Podman GUI for MacOS</figcaption>
|
||||
</figure>
|
||||
|
||||
## 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.
|
||||
|
Loading…
Reference in New Issue
Block a user