Skip to main content

Questions tagged [podman]

Podman is a daemon-less container engine for developing, managing, and running OCI Containers on your Linux System. Containers can either be run as root or in rootless mode.

podman
-1 votes
0 answers
33 views

Why is podman-compose unable to find docker-compose?

I'm getting the following error when running docker compose up -d: $ docker compose up -d Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg. Error: looking up compose ...
Elizar Dela Isla's user avatar
-1 votes
0 answers
13 views

which version of minikube is compatible with podman for configuration in ubuntu 22 machine [closed]

receiving this error E0715 07:27:13.044323 38738 cache.go:189] Error downloading kic artifacts: not yet implemented, see issue #8426 i tried this minikube start --driver=podman command but ...
Preeti Chandrashekar Madaganoo's user avatar
0 votes
0 answers
20 views

Podman networking issue: Temporary failure in name resolution [closed]

I am using windows 10 and trying to run compose yml file which should download and run two images postgres and keycloak, but getting this error {"message":"lookup registry-1.docker.io: ...
Sargis's user avatar
  • 127
0 votes
0 answers
40 views

Getting permissions errors when running dev container with podman

I am trying to launch a simple dev-container: using wsl on windows running ubuntu 24.04 LTS podman version 4.9.3 with the following: devcontainer.json { "name": "Ubuntu", &...
John Walker's user avatar
-1 votes
0 answers
30 views

Login in web interface after fresh install not possible

When I try to login on the WebUI of nextcloud after the installation I do not get an error and the login is not happening. It just stays on the login page with the username filled in but nothing else. ...
UltraW1re's user avatar
1 vote
1 answer
33 views

FastAPI curl works inside a container. curl on host machine: Connection reset by peer

I have a FastAPI instance running inside a container. when I exec bash into it, I can run what's below and it works: root@974b874a42eb:/code# curl http://localhost:9090 {"id":"e80c3468-...
Pompey Magnus's user avatar
-1 votes
1 answer
92 views

Cannot access container through localhost or host's IP despite being properly bound but can access container through private IP address

I am trying to create a Podman container that runs my node-js webserver. Although for some reason, I can't access it through localhost:443, but I can access it through the containers private IP ...
Cohen Schellenberg's user avatar
0 votes
0 answers
38 views

Connecting to host from container using Podman on Windows

On my Windows 11 machine, I have a website running on port 5213. I want to be able to reach this endpoint from a container running in Podman. Looking at similar questions I tried the following ...
mortenbock's user avatar
-1 votes
0 answers
23 views

compose command in vscode devcontainer

I am trying to use devcontainers in VSCode. Instead of docker, I am using podman, and I have set what I think are the correct variables to use podman-compose instead of docker-compose in the ...
jjcasmar's user avatar
  • 1,603
0 votes
0 answers
13 views

Podman and Podman-Desktop Out of Sync for Images

Augh!!! Somehow there is now a disjoint in viewing images between my Podman CLI and my Podman-Desktop. I create most of my images in Podman CLI. I am running Podman-Desktop for Windows V5.1.1 and ...
user7945126's user avatar
0 votes
0 answers
40 views

Podman build nextjs stuck in Creating an optimized production build

I'm building a linux/amd64 version of the nextjs project on my local machine on the m2 chip, but it's stuck and not moving, without any error messages or logs. This problem has been bothering me for ...
HappyKoala's user avatar
-1 votes
0 answers
26 views

podman duplicate services

I'n trying to start containers from IntelliJ IDEA -> docker-compose like this and podman duplicate containers but in different environments one- 'docker' another podman. How do I fix it? I need ...
work work's user avatar
-1 votes
0 answers
31 views

How url on the host to reach a webservice in container?

I have a webserver running in a podman container. I run the container by: >podman run -d --rm --name tomcat1 -p 7070:8080 -h tomcat.ontwikkel.local -e no_proxy=.ontwikkel.local,localhost,127.0.0....
ericj's user avatar
  • 2,279
0 votes
0 answers
39 views

podman-auto-update gives error “pod has no infra container: no such container” on Oracle Linux 9 (rootless)

I'm trying to get podman-auto-update working on my Oracle Linux 9 VM, but no matter what I do, I keep seeing pod has no infra container: no such container for every container when I update. I've done ...
Timothy Bryant's user avatar
0 votes
0 answers
11 views

docker.io/nginx on podman started by gitlab-runner cannot be shut down

I am working on Ubuntu 24 (Noble). Thereon runs a gitlab-runner in root. The gitlab ci pipeline builds and starts podman containers. My issue is that an nginx container hosting my webpage cannot be ...
Snake707's user avatar
  • 157

15 30 50 per page
1
2 3 4 5
57