mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-14 12:20:19 +00:00
deploy: 992e05669def0dc4284d2970d5b17c719c24711a
This commit is contained in:
@@ -187,8 +187,7 @@ Error: error preparing container 99ace1ef8a78118e178372d91fd182e8166c399fbebe0f6
|
||||
<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 workaround 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
|
||||
</code></pre></div><p>Append this to your <code>~/.zshrc</code> and you won’t even have to remember your using podman.</p>
|
||||
<h3 id=podman-compose>podman-compose</h3>
|
||||
</code></pre></div><h3 id=podman-compose>podman-compose</h3>
|
||||
<p>You may be wondering: what about docker-compose? Well, there happens to be a drop-in replacement for it: <a href=https://github.com/containers/podman-compose>podman-compose</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>pip3 install --user podman-compose
|
||||
<span style=color:#366>alias</span> docker-compose<span style=color:#555>=</span>podman-compose
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user