You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plausible solution not using symbolic links, as the documentation says, configure the cni_plugin_dirs. Where find a config file example? The FORMAT section does not give an example. Maybe search in github 💡
Per discussion, it sounds like we're going to swap it back to a Requires. I remember it being swapped originally so rootless Podman did not need to install root-only dependencies, but if that results in broken installations, it doesn't seem to be worth it.
From: containers/podman#3679 (comment)
Abstract
I think the problem is related to this:
From: https://github.com/containers/common/blob/main/docs/containers.conf.5.md#network-table
TODO: does it solve the problem?
rootless_storage_path = "$HOME/.local/share/containers/storage"
https://github.com/containers/podman/blob/c26af00c4bf5aec458868b5afd44e7a88ddcf46d/vendor/github.com/containers/storage/storage.conf#L24
But for
conmon
it includes/run/current-system/sw/bin/conmon
:Plausible solution not using symbolic links, as the documentation says, configure the
cni_plugin_dirs
. Where find a config file example? The FORMAT section does not give an example. Maybe search in github 💡Maybe related: containers/podman#11358 (comment)
Maybe it explains why the network named
podman
is not created by default: cni and How To Install Podman on Debian 10/9, TODO: test it.Details
TODO: add VM commads here
Now it must work:
TODO: https://gitlab.com/steveeJ/infra/-/blob/72b24bc3fda768c0c34cc9606321ac4df691b66a/nix/home-manager/programs/podman.nix
The text was updated successfully, but these errors were encountered: