|
|
|
|
|
by kuratkull
585 days ago
|
|
For posterity, there have been some issues when destroying containers. Errors about "inconsistent state of container" or such. But these have always been about non-running containers, so the answer has been destroy/recreate, so no measurable impact for the business. After spawning and destroying thousands of containers in a high-load live environment(across half a dozen servers), I consider podman pretty stable. And assuming my own comment is high up, this is the env variable we automatically load: > DOCKER_HOST=unix:///run/user/1000/podman/podman.sock |
|