Skip to main content

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.

0 votes
2 answers
69 views

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 ...
mYnDstrEAm's user avatar
  • 4,962
0 votes
2 answers
72 views

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 ...
mYnDstrEAm's user avatar
  • 4,962
0 votes
1 answer
128 views

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 ...
MortenB's user avatar
  • 413
2 votes
1 answer
84 views

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 ...
user1337's user avatar
  • 455
0 votes
0 answers
251 views

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 (...
usdn's user avatar
  • 101
1 vote
1 answer
186 views

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 ...
Alex028502's user avatar
0 votes
0 answers
91 views

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 ...
matteo-g's user avatar
  • 103
1 vote
1 answer
75 views

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 ...
lmk's user avatar
  • 111
4 votes
1 answer
432 views

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 ...
Václav's user avatar
  • 153
1 vote
1 answer
60 views

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 ...
White Owl's user avatar
  • 5,297
0 votes
0 answers
257 views

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 ...
mcv_dev's user avatar
  • 101
0 votes
0 answers
198 views

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 ...
rocksNwaves's user avatar
0 votes
0 answers
60 views

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 ...
Omnifarious's user avatar
  • 1,412
0 votes
0 answers
106 views

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 ...
VitezslavSimon's user avatar
3 votes
1 answer
4k views

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/...
Basil Bourque's user avatar

15 30 50 per page
1
2 3 4 5
11