-
Having the ability to 'run' a container is great, however what if you want to
Use Cases:
1. You want to redeploy your container to latest image
2. You want to launch a container with a different ve…
-
### Bug description
Compose extension (which uses github.com/docker/compose) is not able to access registry credentials configured in podman.
Quick fix: pull all required images manually, using `p…
-
podman-compose deviates from docker-compose in
- that it does not interpolate strings in .env files, and
- that it does not know about host env vars in .env (like $HOME, $PWD etc)
**To Reprod…
-
When using Podman Compose, the expected behavior is that only the containers that have been altered in the compose YAML file will be rerolled or spun up. However, currently, Podman Compose rerolls all…
-
Trying to get testcontainers work with Podman and Docker-compose in Fedora 35 OS to run tests on a custom Kafka cluster. Tried the following approaches but all of them are failing:
1st Approach:
@…
-
**Is your feature request related to a problem? Please describe.**
One of my containers needs root access, because it calls the `perf_event_open` syscall. Therefore it needs to be executed rootfull w…
-
Right now, we are quite tied to what pde2e-runner/*.ps1(sh) script does. It is all hardcoded and driven by use of parameters.
This mechanism should enable to execute arbitrary code outside of the …
-
I'm trying to run using the provided https://github.com/sameersbn/docker-gitlab/blob/master/docker-compose.yml file.
On MacOS, using podman + podman compose:
```
> podman-compose -v
podman-compos…
-
### Operating system
VanillaOS 2 (Orchid)
### Description
I am trying to run this image through Podman on my system, using podman-compose. When I try to run it, it crashes instantly. This same erro…
-
version: '2'
services:
kafka-ui:
image: provectuslabs/kafka-ui:latest
container_name: kafka-ui
ports:
- "8080:8080"
depends_on:
- kafka-broker
- schema-reg…