deploy: 4183d3ff7e1e98d6092944f66ca3e0ec295d5c9b

This commit is contained in:
davegallant
2021-10-12 00:30:29 +00:00
parent 0c57947490
commit 026ba1322b
3 changed files with 3 additions and 3 deletions

View File

@@ -176,7 +176,7 @@ Copying config sha256:14119a10abf4669e8cdbdff324a9f9605d99697215a0d21c360fe8dfa8
Writing manifest to image destination
Storing signatures
14119a10abf4669e8cdbdff324a9f9605d99697215a0d21c360fe8dfa8471bab
</code></pre><p>*<em>Note: If you&rsquo;re having an issue with pulling containers, you may need to remove <code>~/.docker</code>. Rather than removing it entirely, you can simply rename it: <code>mv ~/.docker ~/.docker-backup</code>. (<code>~/.docker/config.json</code> can cause issues with podman.)</em></p>
</code></pre><p>*<em>Note: If you&rsquo;re having an issue with pulling images, you may need to remove <code>~/.docker</code>. Rather than removing it entirely, you can simply rename it: <code>mv ~/.docker ~/.docker-backup</code>. (<code>~/.docker/config.json</code> can cause issues with podman.)</em></p>
<p>and then exec into the container:</p>
<pre tabindex=0><code class=language-console data-lang=console>$ podman run -p 8080 --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

View File

@@ -1,6 +1,6 @@
@media (prefers-color-scheme: dark) {
html {
filter: invert(85%);
filter: invert(80%);
}
html img {

File diff suppressed because one or more lines are too long