Podman: A Daemonless Container Engine
1–10 of 250 posts
Re: Podman: A Daemonless Container Engine
#2Re: Podman: A Daemonless Container Engine
#3Re: Podman: A Daemonless Container Engine
#4Anyone have experience with this? I love the idea of it being daemonless.
There are ways around it: raise the ulimit for your user and run new enough podman to raise limit for fuse-overlayfs, use the 'vfs' driver (it has other perf issues). I heard (but haven't tested yet) that the 'btrfs' driver avoids all these problems and works from userspace. Obviously requires an FS formatted as btrfs...
There are also compatibility issues with Docker. E.g. one container was running sshfs inside Docker just fine, but fails with a permission error on /dev/fuse with podman.
Re: Podman: A Daemonless Container Engine
#5Re: Podman: A Daemonless Container Engine
#6Re: Podman: A Daemonless Container Engine
#7Re: Podman: A Daemonless Container Engine
#8Anyone have experience with this? I love the idea of it being daemonless.
The lack of 'cannot connect to dockerd' mysteries makes for a much-improved developer experience if you ask me.
Re: Podman: A Daemonless Container Engine
#9Anyone have experience with this? I love the idea of it being daemonless.
All I had to do was 's/docker/podman/g' and remove the chown hack and it works fine: https://github.com/sevagh/pq/commit/6acf6d05a094ac2959567a9a...
It understands Dockerfiles and can pull images from Dockerhub.
Re: Podman: A Daemonless Container Engine
#10I still miss an easy way to setup multiple containers in a single network like with docker-compose. podman-compose is not really useable.