Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
28 views

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 ...
Joshua Schroijen's user avatar
0 votes
0 answers
43 views

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 ...
pyXelr's user avatar
  • 9
0 votes
0 answers
51 views

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 ...
Marco Fanelli's user avatar
1 vote
1 answer
66 views

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 ...
Neil Panchal's user avatar
1 vote
0 answers
51 views

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:...
sonia belhadj's user avatar
1 vote
1 answer
146 views

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 ...
night_owl's user avatar
1 vote
0 answers
103 views

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 ...
DeathKing's user avatar
  • 321
1 vote
0 answers
219 views

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 ...
De_Jr's user avatar
  • 311
0 votes
0 answers
118 views

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 ...
NateW's user avatar
  • 994
1 vote
0 answers
174 views

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 ...
vivi's user avatar
  • 385
0 votes
0 answers
120 views

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 ...
funtkungus's user avatar
-3 votes
1 answer
313 views

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 ...
fullwall's user avatar
0 votes
1 answer
192 views

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=...
anishek's user avatar
  • 1,675
-4 votes
1 answer
127 views

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 ...
Dima_MSI's user avatar
1 vote
0 answers
35 views

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

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 ...
The Bic Pen's user avatar
  • 1,227
0 votes
0 answers
265 views

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 ...
trya2l's user avatar
  • 23
-1 votes
1 answer
2k views

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 ...
usdn's user avatar
  • 398
0 votes
0 answers
132 views

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 ...
Giorgi Gviani's user avatar
0 votes
0 answers
76 views

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....
Jürgen Dengel's user avatar
0 votes
1 answer
90 views

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

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 ...
MNapoli's user avatar
  • 42
1 vote
1 answer
132 views

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 ...
mah454's user avatar
  • 1,948
4 votes
1 answer
1k views

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-...
AnilJ's user avatar
  • 2,203
1 vote
0 answers
498 views

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/...
jmt's user avatar
  • 769

1
2 3 4 5
19