904 questions
-1
votes
0
answers
22
views
PostgreSQL 15 container with data directory mounted as host bind mount [closed]
I'm trying to create PostgreSQL container with bind mounted host directory in it as the PostgreSQL data directory. Doing it according to official PostgreSQL docker image documentation and Example from ...
1
vote
0
answers
31
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:...
-4
votes
1
answer
33
views
podman: failed to obtain configuration [closed]
I am using podman on a macOS machine.
I installed it both using the DMG installer and using HomeBrew.
I installed it on my personal laptop and it works like a charm.
I installed it on my work laptop, ...
0
votes
0
answers
38
views
Pass SSH socket to Podman Quadlet unit
Socket
For a backup service, I am trying to pass a SSH socket into a Podman container that is controlled by a Quadlet unit file. The socket is created by keychain in .bashrc:
# .bashrc
/usr/bin/...
1
vote
1
answer
85
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
votes
1
answer
251
views
docker-compose / podman compose SQL Server on Apple Silicon /Mac M! Segmentation Fault [closed]
SQL Server used to run smoothly and then after a disk full issue I had to rebuild the podman vm. Then the problem started: I would get a segmentation fault even running with platform: "linux/...
1
vote
0
answers
61
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 ...
0
votes
0
answers
80
views
podman ps takes a long time (5+ minutes) to detect a killed container & its 'conmon' OCI runtime wrapper, can it be tweaked to be more responsive?
I am running podman version 5.4.0 on Rocky Linux 9.6.
I notice that when a container is killed along with its 'conmon' OCI runtime wrapper, say by issuing a kill -9, the podman ps command does not ...
1
vote
1
answer
159
views
podman build from private repository with ssh
I would like to build an image directly from a private gitlab repository without cloning the this repository first. I found out that this is possible with:
podman build -t mytag https://gitlab.example....
1
vote
0
answers
165
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
1
answer
160
views
Running image as root in podman when Containerfile has defined a USER
Im not sure if this is doable and if it is it would have some security issued related
I have an image with an Apache Spark installation that sets a specific USER 185 in its Containerfile. When I run ...
0
votes
0
answers
100
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
75
views
VSCode Dev Container Permission Errors
I am trying to improve and generalize my develop setup with Dev Containers + Podman + Test Containers. I am running into some permission issues though. Specifically, running test container tests in a ...
1
vote
0
answers
138
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
77
views
Attach to toolbox on Fedora Silverblue ENV issues
Background:
OS
Bazzite (Fedora Silverblue)
VS-Code
Layered install with rpm-ostree
Environment
fedora default toolbox where I install whatever I need
Container
since it's the toolbox, I'm pretty sure ...