mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-14 12:20:19 +00:00
deploy: 5c10b50554d2e246d8d01a0d05e78a352d5c0089
This commit is contained in:
@@ -164,7 +164,7 @@ personal blog
|
|||||||
<p>Podman is rootless by default. It is now possible to <a href=https://docs.docker.com/engine/security/rootless/>run the docker daemon rootless</a> as well, but it’s still not the default behaviour.</p>
|
<p>Podman is rootless by default. It is now possible to <a href=https://docs.docker.com/engine/security/rootless/>run the docker daemon rootless</a> as well, but it’s still not the default behaviour.</p>
|
||||||
<p>I’ve also observed that so far my 2019 16" Macbook Pro has not yet sounded like a jet engine, although I haven’t performed any disk intensive operations yet.</p>
|
<p>I’ve also observed that so far my 2019 16" Macbook Pro has not yet sounded like a jet engine, although I haven’t performed any disk intensive operations yet.</p>
|
||||||
<h3 id=installing-podman>Installing podman</h3>
|
<h3 id=installing-podman>Installing podman</h3>
|
||||||
<p>Running podman on macOS is more involved than on Linux, because the podman-machine must run Linux inside of a virtual machine. Fortunately, the installation is made simple with <a href=https://brew.sh/>brew</a> (read <a href=https://podman.io/getting-started/installation#linux-distributions>this</a> if you’re installing podman on Linux):</p>
|
<p>Running podman on macOS is more involved than on Linux, because the podman-machine must run Linux inside of a virtual machine. Fortunately, the installation is made simple with <a href=https://formulae.brew.sh/formula/podman>brew</a> (read <a href=https://podman.io/getting-started/installation#linux-distributions>this</a> if you’re installing podman on Linux):</p>
|
||||||
<div class=highlight><pre tabindex=0 style=background-color:#f0f3f3;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-sh data-lang=sh>brew install podman
|
<div class=highlight><pre tabindex=0 style=background-color:#f0f3f3;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-sh data-lang=sh>brew install podman
|
||||||
</code></pre></div><p>The podman machine must be started:</p>
|
</code></pre></div><p>The podman machine must be started:</p>
|
||||||
<div class=highlight><pre tabindex=0 style=background-color:#f0f3f3;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-sh data-lang=sh><span style=color:#09f;font-style:italic># This is not necessary on Linux</span>
|
<div class=highlight><pre tabindex=0 style=background-color:#f0f3f3;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-sh data-lang=sh><span style=color:#09f;font-style:italic># This is not necessary on Linux</span>
|
||||||
|
Reference in New Issue
Block a user