About 79 results
Open links in new tab
  1. RunRoot & mistaken IDs - Podman - Podman List Archives

    Mar 28, 2023 · This will remove: > > ... > > > > I presumed - incorrectly? - that (these days) subordinate UIDs should > > work when: > > -> $ authselect current > > Profile ID: sssd > > Enabled features: > …

  2. Podman Desktop unable to setup Docker Compose

    May 26, 2023 · Hi, On mac, I can simply press the Compose hint on the status bar for Podman Desktop and it sets up docker-compose. On Linux, however, when I press the hint, I get the following error: …

  3. image platform (linux/amd64) does not match expected platform (linux ...

    Jun 12, 2024 · However there's no "podman manifest list", you have to use `podman images --filter=manifest=true` to see them. The "podman images" command only ever shows a single platform …

  4. Podman Swarm - Podman - Podman List Archives

    Aug 13, 2024 · Podman is generally single node, multiple nodes maybe when using our remote capability. And when anyone says orchestration and uses words like swarm in their documentation …

  5. lsetxattr /dev/initctl: operation not permitted - Podman - Podman List ...

    Mar 2, 2023 · Hi GHui, Thanks for reaching out. Can you please share the output of `podman info`? As I've mentioned in earlier threads, we really need some environment and podman information to better …

  6. podman - Accessing host from inside container - Stack Overflow

    The solution with podman is identical to that described in the answer to which you provided a link: the default route visible inside the container can be used to connect to host services (assuming they are …

  7. Containers terminate on shell logout - Podman - Podman List Archives

    May 4, 2020 · Hi podman team, I wanted to try out Fedora CoreOS for a couple of upcoming projects so I installed it on bare metal and logged in via ssh. I can start a container detached (as my logged in …

  8. No matter what I do Podman is mounting volumes as root

    Mar 22, 2023 · Podman by default maps the host user id to the container root user id, meaning that any volumes mounted that is owned by the host user will be owned by root inside the container.

  9. podman error creating runtime static files

    Aug 10, 2020 · Podman has nothing to do with /var/lib/flatpack, so did you somehow add this to storage.conf?

  10. Using Visual Studio 2026 with Docker Desktop and Podman per …

    Mar 3, 2026 · As per this docs page, you can run and manage containers using the Podman CLI directly from VS and Podman CLI must be started before VS is launched. If it still doesn't work, I don't have …