categories: TODO ...
- podman-compose, "An implementation of
docker-compose
with Podman backend. The main objective of this project is to be able to rundocker-compose.yml
unmodified and rootless."
echo 'kernel.unprivileged_userns_clone=1' | sudo tee /etc/sysctl.d/userns.conf
-
~/.config/containers/policy.json
{ "default": [ { "type": "insecureAcceptAnything" } ], "transports": { "docker-daemon": { "": [{"type":"insecureAcceptAnything"}] } } }
-
~/.config/containers/registries.conf
unqualified-search-registries = ['docker.io']