Compare commits
2 Commits
36a58be0f1
...
0b0c028954
Author | SHA1 | Date | |
---|---|---|---|
0b0c028954 | |||
d01a3f227c |
1
app.js
1
app.js
@ -23,6 +23,7 @@ const striptags = require('striptags');
|
||||
|
||||
const port = process.env.PORT || 8000;
|
||||
|
||||
app.disable('x-powered-by');
|
||||
app.use(compress());
|
||||
app.use(express.static(__dirname + '/build'));
|
||||
|
||||
|
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.
|
||||
|
@ -14,7 +14,7 @@
|
||||
<li>
|
||||
<article class="post">
|
||||
<h2 class="post-title">
|
||||
<a class="post-link" href="/{{ this.path }}">{{ this.title }}</a>
|
||||
<a class="post-link" href="/{{ this.path }}/">{{ this.title }}</a>
|
||||
</h2>
|
||||
|
||||
<div class="post-meta feather_type">
|
||||
@ -27,7 +27,7 @@
|
||||
|
||||
<div class="post-preview">
|
||||
{{{ markdown this.summary }}}
|
||||
<a class="full-post-link" href="/{{ this.path }}">Continue reading...</a>
|
||||
<a class="full-post-link" href="/{{ this.path }}/">Continue reading...</a>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
|
||||
|
||||
<h2 class="post-title" itemprop="name headline">
|
||||
<a class="post-link" href="/{{ path }}">{{ title }}</a>
|
||||
<a class="post-link" href="/{{ path }}/">{{ title }}</a>
|
||||
</h2>
|
||||
|
||||
<div class="post-meta feather_type">
|
||||
|
Loading…
Reference in New Issue
Block a user