Questions tagged [podman-compose]
38 questions
0
votes
1 answer
Podman doesn´t respond on connection from different host
I was using docker-compose and network_mode: host for apps in docker.
I was using ELK stack and I have some more VM machines, where I have java apps.
I need to send logs via Logback to Logstash but I need to switch from docker to podman.
I made…

vnovotny98
- 1
- 2
0
votes
1 answer
'unknown mount option' when podman-compose
I am using podman-compose instead of docker-compose.
My docker-compose.yml had no problems when using docker-compose, but it makes an error with podman-compose.
docker-compose.yml:
version: "3.9"
services:
mysql:
image: docker.io/mysql
…

Ellisein
- 878
- 6
- 17
0
votes
0 answers
Is it possible to update podman image without using podman-compose up -d command?
I have a Dockerfile and a docker.compose.yaml files. We often modify them, but it takes 2 hours to build the new image.
Is it possible to update or rebuild the image in a faster way?
For example i don't want to reinstall all of the requirements.
I…

Ádám Molnár
- 1
- 1
0
votes
0 answers
How does intra-container networking work with podman?
I am running a RHEL 9.0 compatible OS in my homelab, along with podman version 4.0.2 and podman-compose version 1.0.3. If you need any other information please let me know!
I'm trying to transition from using docker containers to rootless podman…

Lucas Krupinski
- 682
- 5
- 16
0
votes
0 answers
Restart My Laptop (MacOS) while running "podman machine start"
I wanted to upgrade podman machine with 2 CPU. So, I removed existing podman VM and podman init again with 2 cpu. After successfully installed podman init, I tried running podman machine start. It is restarting my Laptop automatically.
Because of…

Gopalakrishnan
- 27
- 2
- 5
0
votes
1 answer
OpenSearch Dashboards with Podman gets the wrong unexposed IP
I have a machine X with a lot of IPs, podman-compose with OpenSearch and OpenSearch Dashboards links the images to the wrong (unexposed) IP. I tried to force the IP but if I do so, podman-compose would break. How can I do so?
I tried to add an IPv4…

Fabio Craig Wimmer Florey
- 481
- 2
- 9
0
votes
1 answer
Weird permissions podman docker-compose volume
I have specified docker-compose.yml file with some volumes to mount. Here is example:
backend-move:
container_name: backend-move
environment:
APP_ENV: prod
image: backend-move:latest
logging:
options:
max-size: 250m
ports:
- 8080:8080
tty:…

3y3skill3r
- 964
- 1
- 11
- 35
0
votes
1 answer
Ansible podman deploy
I'm trying to create a playbook which configures a RHEL 8 machine with a container. It all seems to go just fine until i try to use environment variables. That gives me the following error:
FAILED! => {"changed": false, "msg": "argument env is of…

Rick
- 71
- 1
- 2
- 10