deploy: c4ee7775ea1b0fdbde4ed0fb666d0dad0cd57d23

This commit is contained in:
davegallant
2021-10-16 21:21:53 +00:00
parent 968505c5bb
commit 10c8d3c420
2 changed files with 2 additions and 2 deletions

View File

@@ -166,7 +166,7 @@ personal blog
<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://formulae.brew.sh/formula/podman>brew</a> (read <a href=https://podman.io/getting-started/installation#linux-distributions>this</a> if you&rsquo;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
</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>
podman machine init
podman machine start

File diff suppressed because one or more lines are too long