906 questions
0
votes
0
answers
28
views
Can't configure Podman to perform unqualified image search in Artifactory Docker repository
I am in the process of setting up a local Docker repository on Artifactory to be used with Podman. My goal is for this Docker repository to be the only one my users have access to. My users will be ...
0
votes
0
answers
43
views
How to enforce "linux/amd64" platform architecture in Visual Studio Code Dev Containers for Podman on Apple Silicon?
Environment
Host: macOS (Apple Silicon M1)
Container Engine: Podman (via podman-machine)
Extension: VS Code Dev Containers
Target Image: A private registry image with Poetry
Problem
When I try to ...
0
votes
0
answers
51
views
Android Emulator fails to start in Podman container after reboot - previously working script now hangs - KVM working but no further output
Problem Description
I have a bash script that creates and starts Android emulators in a Podman container. This script was working perfectly a few days ago, but after a system reboot, the emulators no ...
1
vote
1
answer
66
views
Unable to pass Docker image to run to Ray Job Submit
I pulled this image - rayproject/ray:2.51.0.801bd7-extra-py310 from dockerhub with podman (ray prefers podman internally).
On AWS-EC2 then I started a head instance with - Deep Learning Base AMI with ...
1
vote
0
answers
51
views
How to make Microcks access my application during Quarkus integration tests
I developed a REST API Quarkus project based on an OpenAPI specification to validate contract testing with Microcks.
OpenAPI Specification
openapi: 3.0.0
x-stoplight:
id: 1q8257l49074g
info:
title:...
1
vote
1
answer
146
views
changing the podman-auto-update.timer configuration
I am trying to implement a system where I will be using podman quadlets and systemd for maintaining the service.
What I tried
Enabled the podman auto timer and verified
Edited the podman auto timer ...
1
vote
0
answers
103
views
Nx Monorepo enable hot reload in a container
I'm using NX Monorepo which contains a Nest.Js backend called Gateway. I'm trying to get hot reloading to work to remove the burden of setting up environments. However, making file changes doesn't ...
1
vote
0
answers
219
views
Using podman-compose inside a rootless container
I'm facing a problem that raises a question:
I tried to use Podman inside a container for one of my projects (Podman in Podman).
The base image is Fedora or UBI9 (I tested both).
The aim is to make ...
0
votes
0
answers
118
views
File Capabilities not working for self hosted podman gitlab runner
On an air-gapped network, I am setting up a podman gitlab runner which needs to run podman-in-podman to build additional containers I'll need on the network. I have created a container file to run ...
1
vote
0
answers
174
views
Podman pod and hostPath mount volume permission issue
With the kubernetes manifest below and the command podman kube play vaultwarden.pod.yaml --replace --userns=auto, I am able to run a rootless readonly container within a podman pod (with user ...
0
votes
0
answers
120
views
Is there a separate command or setup for using podman with hot-reloading?
Im trying to setup podman as a drop-in replacement for docker and docker compose.
The 'build' and 'run' commands all work; however, the hot-reloading does not seem to work on podman while it works ...
-3
votes
1
answer
313
views
Podman container proxy [closed]
I am using rootless podman with podman-compose. I have an issue where podman containers are unable to access the host's http proxy unless host networking is enabled. Host networking is not desirable ...
0
votes
1
answer
192
views
Podman WSL2 (Windows) persistent Postgres container
I am trying to get Postgres container running on my Windows 10 machine with Podman on wsl2.
The command I am using is
podman run -d --name test-postgres -e POSTGRES_USER=admin -e POSTGRES_PASSWORD=...
-4
votes
1
answer
127
views
Podman Containerfile not working with zsh script
I try to make container on Ubuntu, which should output "Hello" on terminal. I have main.zsh:
#!/usr/bin/zsh
echo "Hello"
And I have Containerfile:
FROM ubuntu:latest
WORKDIR /app
...
1
vote
0
answers
35
views
No text message in logs or console when my flask app runs in a container
I am currently packaging an old python/flask/pandas application (MyApp) into a podman container.
When MyApp runs directly in Ubuntu Console, text messages (e.g. user defined warnings and errors from ...
0
votes
0
answers
275
views
Caddy can't get TLS certificate under rootful podman
I'm trying to get caddy to run as a reverse proxy for some other services. To do this, I'm running it in a podman-compose configuration as root. However, when running podman-compose up as root, it ...
0
votes
0
answers
265
views
Best Practices for Using Host Devices in Containers (e.g., `/dev/ttyUSB0`)
I'm trying to use a host device (/dev/ttyUSB0) inside a container environment. While I know there are multiple ways to achieve this, I'd like to understand the minimum configuration required to make ...
-1
votes
1
answer
2k
views
podman entrypoint - crun: executable file not found in $PATH
Issue
I am (desperately) trying to replicate this mlflow/ minio setup in podman: https://github.com/minio/blog-assets/blob/main/mlflow-minio-setup/docker-compose.yml. The tutorial runs fine in a VM ...
0
votes
0
answers
132
views
Kafka in KRaft Mode with Podman: NullPointerException When Reconnecting via SSH
I am just getting started with Kafka and encountered a bit strange behavior.
When starting the podman container of bitnami/kafka:4.0.0 image in KRaft mode, I am able to run kafka-console-consumer and ...
0
votes
0
answers
76
views
Build Image with Podman under Windows - Dockerfile contains UID > 1000000000
I want to create an image with Podman which has to be deployed first to Openshift local (under windows) for testing and later to an Openshift stack. The image is based on quay.io/wildfly/wildfly:33.0....
0
votes
1
answer
90
views
Change garbage collector in Payara Docker image
I need to change a default garbage collector in Payara server(version 2025, jdk 21) docker image. I tried either preboot or postboot commands with configuration below, still not changing.
These are ...
0
votes
0
answers
549
views
Failed podman machine init on Windows Podman Desktop
I have installed Podman Desktop (uderlying on podman 5.4 using WSL).
I am trying to get a machine initialized but I am getting the following error message:
Error: Command execution failed with exit ...
1
vote
1
answer
132
views
Podman service api exec to shell
anyone can explain to me how to use :
ContainerExecLibpod
According to document the api has :
AttachStderr
AttachStdin
AttachStdout
I want to know how to use that api parameters .
the podman api ...
4
votes
1
answer
1k
views
Error starting podman machine Error: vfkit exited unexpectedly with exit code 1
I deployed podman (podman version 5.4.0) on Apple M3 Pro Sequoia 15.3.1 (24D70).
When I try to start the machine, it throws below error.
podman machine start
Starting machine "podman-machine-...
1
vote
0
answers
498
views
Podman - how to change .local directory location
I need to change location of .local, containing data for containers as due to corp policy, I can't have anything "big" in a home directory.
So I did
export CONTAINERS_STORAGE_CONF=/home/...