Questions tagged [podman]
Podman is a daemonless container engine for developing, managing, and running OCI Containers on your Linux System. Containers can either be run as root or in rootless mode.
153 questions
0 votes
2 answers
105 views
How to disable autostarting of conmon?
On Debian13 with KDE after upgrading from Debian12, I see that conmon autostarted and is listening on some port by using sudo lsof -i. I don't want anything to autostart that I didn't configure to do ...
0 votes
2 answers
119 views
How to prevent all docker and podman containers from autostarting?
I think for docker it's docker ps -a to see all containers docker inspect containername | grep -A 3 RestartPolicy docker stop containername docker update --restart=no containername Is there a ...
0 votes
1 answer
183 views
why is not podman showing my containers
Why is podman not showing my local containers, is it because it is not started with podman? I'm forced to use podman due to openshift, ubuntu 24.04LTS: $ podman ps --all CONTAINER ID IMAGE ...
2 votes
1 answer
100 views
PostgreSQL 15 container with data directory mounted as host bind mount
I'm trying to create PostgreSQL container with bind mounted host directory in it as the PostgreSQL data directory. Doing it according to official PostgreSQL docker image documentation and Example from ...
0 votes
0 answers
320 views
No LAN or WAN access from Podman container with manually created network
I migrated a few Podman containers through these changes: Host: Debian 12 -> Debian 13 Podman exec: podman run -> quadlet units Network config: NetworkManager -> /etc/network/interfaces (...
1 vote
1 answer
222 views
LoadCredential does not seem to work when running systemd in a container
I have been trying to run systemd in a container to test out an existing project before it gets deployed to hardware. systemd seems to work, but LoadCredential doesn't, even though it works on the ...
0 votes
0 answers
110 views
Why mount a directory to itself. mark it make-rshared and mount option inside a container
I’m using BTRFS snapshots for my backups with Restic, and with the help of GenAI I created a script to automate the process. I take snapshots of a subvolume called home, which contains three ...
1 vote
1 answer
90 views
podman ps takes a long time (5+ minutes) to detect a killed container & its 'conmon' OCI runtime wrapper, can it be tweaked to be more responsive?
I am running podman version 5.4.0 on Rocky Linux 9.6. I notice that when a container is killed along with its 'conmon' OCI runtime wrapper, say by issuing a kill -9, the podman ps command does not ...
4 votes
1 answer
452 views
On Debian, XFS, I can edit a file of another user with permissions 644 without ACL
today to my surprise I have noticed that I may delete a file that was created by a user with UID 100024 while being logged to my normal user (UID 1000) shell. The UID 100024 is a subuid, it is how the ...
1 vote
1 answer
68 views
How to control podman's images with git?
We are using podman's containers for the project. The issue, we have is what while working on different branches of the project we need slightly different containers. So each git branch has its own ...
0 votes
0 answers
289 views
Can't use distrobox due to permission error. Podman behaves weirdly
Prerequisites Alpine Linux Edge ~ $ podman --version podman version 5.5.2 ~ $ distrobox --version distrobox: 1.8.1.2 ~ $ mount|grep ^cgroup|awk '{print $1}'|uniq cgroup2 I followed the steps in ...
0 votes
0 answers
226 views
COPY/ADD from host absolute path in podman/dockerfile
Dockerfile documentation states that the <src> argument of COPY and ADD are relative to the context (location of Dockerfile). If I have third party dependencies located in /usr/local or /opt/ it ...
0 votes
0 answers
69 views
Bridging containers to external VLAN
I have a physical network with several VLANs. One of my computers (my main workstation) is connected to two different VLANs on this network, one tagged, the other not. I have successfully set this ...
0 votes
0 answers
117 views
Linux: Podman container Alpine + Wayland + xRDP multiuser + any window compositor
Does there is any possibility to have this combination? Podman container with: Alpine Linux Wayland xRDP with multiuser support any window compositor I have found there are some limitation of ...
3 votes
1 answer
5k views
In Podman, how to disable "Executing external compose provider" message when using "podman compose"?
I installed Podman Desktop app v. 1.18.1 on macOS Sequoia. If I execute: podman compose version … I get this on the console: >>>> Executing external compose provider "/usr/local/bin/...