deploy: a4148edab7fec7297b16cad450780229eed63df5

This commit is contained in:
davegallant
2021-10-12 01:23:45 +00:00
parent 3d8750e323
commit 6b901122ad
2 changed files with 2 additions and 2 deletions

View File

@@ -163,7 +163,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&rsquo;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&rsquo;s still not the default behaviour.</p>
<p>I&rsquo;ve also observed that so far my 2019 16" Macbook Pro has not yet sounded like a jet engine.</p> <p>I&rsquo;ve also observed that so far my 2019 16" Macbook Pro has not yet sounded like a jet engine.</p>
<h3 id=installing-podman>Installing podman</h3> <h3 id=installing-podman>Installing podman</h3>
<p>Installing podman on macOS is more involved than installing on Linux, because the podman-machine must run Linux inside a virtual machine. Nevertheless, let&rsquo;s move forward by installing podman with <a href=https://brew.sh/>brew</a>:</p> <p>Installing podman on macOS is more involved than installing on Linux, because the podman-machine must run Linux inside a virtual machine. Nevertheless, let&rsquo;s move forward by installing podman with <a href=https://brew.sh/>brew</a> (Linux instructions can be found <a href=https://podman.io/getting-started/installation#linux-distributions>here</a>):</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>We must now initialize the podman machine:</p> </code></pre></div><p>We must now initialize the podman machine:</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>podman machine init <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>podman machine init

File diff suppressed because one or more lines are too long