deploy: 08637fa22d5f541fc08baf2858850ea3058f06e4

This commit is contained in:
davegallant
2021-10-17 13:42:06 +00:00
parent 103379c3a7
commit 812f48fc32
2 changed files with 2 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ Error: error preparing container 99ace1ef8a78118e178372d91fd182e8166c399fbebe0f6
<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 run -p <span style=color:#f60>4242</span> --rm -ti alpine <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 run -p <span style=color:#f60>4242</span> --rm -ti alpine
</code></pre></div><p>If you&rsquo;re reading this from the future, there is a good chance specifying a port won&rsquo;t be needed.</p> </code></pre></div><p>If you&rsquo;re reading this from the future, there is a good chance specifying a port won&rsquo;t be needed.</p>
<p>Another example of running a container with Podman can be found in the <a href=https://jellyfin.org/docs/general/administration/installing.html#podman>Jellyfin Documentation</a>.</p> <p>Another example of running a container with Podman can be found in the <a href=https://jellyfin.org/docs/general/administration/installing.html#podman>Jellyfin Documentation</a>.</p>
<h3 id=aliasing-docker-with-podman>Aliasing docker with Podman</h3> <h3 id=aliasing-docker-with-podman>Aliasing docker with podman</h3>
<p>Force of habit (or other scripts) may have you calling <code>docker</code>. To work around this:</p> <p>Force of habit (or other scripts) may have you calling <code>docker</code>. To work around this:</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:#366>alias</span> <span style=color:#033>docker</span><span style=color:#555>=</span>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><span style=color:#366>alias</span> <span style=color:#033>docker</span><span style=color:#555>=</span>podman
</code></pre></div><h3 id=podman-compose>podman-compose</h3> </code></pre></div><h3 id=podman-compose>podman-compose</h3>

File diff suppressed because one or more lines are too long