Skip to main content
2 votes
1 answer
28 views

Image details: Service Container ID Image Status Ports Name Zookeeper 17025a6f1e4b confluentinc/cp-zookeeper:latest Up 18s 2181,2888,3888 composefiles_zookeeper_1 Kafka 4a0964b3f368 confluentinc/cp-...
Chandan Mahadev Shetty's user avatar
0 votes
1 answer
80 views

I try to run a Laravel Vue.js application in container for production only. After launching podman-compose up -d I connect to the backend container (brew-backend) with: podman run -it brew-backend /...
Meaulnes's user avatar
  • 553
1 vote
0 answers
105 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
0 votes
1 answer
226 views

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 ...
Alex's user avatar
  • 1,019
0 votes
0 answers
126 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
1 vote
0 answers
116 views

I am running Podman on an M2 MacBook Air. There's an application running on the MacBook that provides a JDBC interface. I'm trying to connect to that JDBC interface with a client app running as podman ...
Blackhawk's user avatar
0 votes
0 answers
291 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
293 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 vote
0 answers
53 views

With the following docker-compose.yml file: version: "3.9" services: fooapp-db: image: "postgres:15-alpine" environment: POSTGRES_USER: <username> ...
Yanick Rochon's user avatar
0 votes
0 answers
538 views

Pasta has been available for quite some time in podman but I've yet to find any resources on how to use it in compose. If I'm using podman compose, what are the steps needed to use pasta? Let's assume ...
xdevs23's user avatar
  • 4,030
0 votes
0 answers
275 views

I’m running a project that uses podman-compose along with uv to manage containerized environments. However, I’m facing a permission issue when trying to build and run the containers. I’ve followed the ...
JustAGirl's user avatar
0 votes
0 answers
95 views

podman version Client: Podman Engine Version: 5.3.2 API Version: 5.3.2 Go Version: go1.23.5 Built: Tue Jan 21 13:41:34 2025 OS/Arch: darwin/arm64 Server: Podman Engine ...
Tanu's user avatar
  • 1,712
1 vote
0 answers
179 views

I'm running a nextcloud container with podman-compose. There are 3 containers in the compose.yaml file: nextcloud, mariadb and redis. mariadb and redis are referenced by nextcloud by their name with ...
Plasm's user avatar
  • 119
0 votes
1 answer
354 views

When running wordpress with podman-compose, I have the issue that when trying to run a wordpress network upgrade via the web interface, I get the following error: Error: cURL error 7: Failed to ...
Thomas R.'s user avatar
  • 113
0 votes
0 answers
673 views

I have a fairly simple Dockerfile: ARG CONTAINER_BASE_IMAGE FROM ${CONTAINER_BASE_IMAGE} COPY /buildenv_vars.sh /root/buildenv_vars.sh RUN touch /root/.profile && cat /root/buildenv_vars.sh &...
Nick Williams's user avatar

15 30 50 per page
1
2 3 4 5