-
### Issue Description
I come across trouble on building a large container, after the final step it commits the image, and wait tens of seconds, it failed with this:
```
Error: committing contai…
-
### Description
When I try to connect to a netcat server running in a container through an exposed port from the host, I cannot connect to the server. This happens only in rootful mode.
Steps to …
-
## What did you do
- How was the cluster created?
- `sudo k3d cluster create bobo --servers 1 --agents 2`
- What did you do afterwards?
```
# 1. Generate a simple Pod Yaml file
$ sudo …
-
**Describe the bug**
A clear and concise description of what the bug is.
Please make sure it's not a bug in podman (in that case report it to podman)
or your understanding of docker-compose or ho…
-
### Testcontainers version
v0.19.0
### Using the latest Testcontainers version?
Yes
### Host OS
Linux
### Host arch
x86_64
### Go version
go1.20
### Docker version
```shell
podman version
…
-
### Description
Hi there,
recently we had to move our gitea service from one machine to a newer machine.
Process:
1. Setup VM
2. Setup Gitea in docker rootless variant
3. Declare volumes (on…
-
### Issue Description
I start the container with `--restart always` parameter. I think it will been in running status when podman restart. But the container status is Created when podman machine star…
-
Discussion of the requirements for a container for statistical analysis systems
-
Running default container (r.j3ss.co/img) with following args:
`...--name img --security-opt seccomp=unconfined --security-opt apparmor=unconfined --privileged`.
Running img command like so:
`im…
-
### Issue Description
The poststop hook when running with --restart=on-failure is executed on the first failure, not when the container is finally removed (or stopped)
### Steps to reproduce the…