deploy: 29f21dd92aeec479554ec6b882db057979c33962

This commit is contained in:
davegallant
2021-10-16 21:13:34 +00:00
parent 3f12c4cd6b
commit 840f7bc955
2 changed files with 2 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ Storing signatures
</code></pre><blockquote>
<p>If you&rsquo;re having an issue pulling images, you may need to remove <code>~/.docker/config.json</code> or remove the set of auths in the configuration as mentioned <a href=https://stackoverflow.com/a/69121873/1191286>here</a>.</p>
</blockquote>
<p>and then run and exec into a container:</p>
<p>and then run and exec into the container:</p>
<pre tabindex=0><code class=language-console data-lang=console>$ podman run --rm -ti alpine
Error: error preparing container 99ace1ef8a78118e178372d91fd182e8166c399fbebe0f676af59fbf32ce205b for attach: error configuring network namespace for container 99ace1ef8a78118e178372d91fd182e8166c399fbebe0f676af59fbf32ce205b: error adding pod unruffled_bohr_unruffled_bohr to CNI network &quot;podman&quot;: unexpected end of JSON input
</code></pre><p>What does this error mean? A bit of searching lead to <a href=https://github.com/containers/podman/issues/11837>this github issue</a>.</p>

File diff suppressed because one or more lines are too long