-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure podman
#7
Comments
Configure sudo mkdir /opt/mambaforge/envs/base/etc/cni
chown -R $(id -u):$(id -g) /opt/mambaforge/envs/base/etc/cni/ Warning Not relevant anymore. |
xref: conda-forge/podman-feedstock#25 Use
Avoids below error:
|
Ensure
xref: containers/podman#12236 |
Potentially need: # https://github.com/containers/podman/issues/2788#issuecomment-479923274
sudo chmod 4755 /usr/bin/newgidmap
sudo chmod 4755 /usr/bin/newuidmap Warning Not relevant anymore. |
Needs cgroupv2 enabled in
|
Missing
sudo apt install passt |
Required for
podman
:xref: conda-forge/podman-feedstock#11
The text was updated successfully, but these errors were encountered: