tech:pb_podman_container_still_stopping
Différences
Ci-dessous, les différences entre deux révisions de la page.
| tech:pb_podman_container_still_stopping [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:pb_podman_container_still_stopping [2026/06/02 11:08] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag>Pb docker podman CA}} | ||
| + | |||
| + | # Pb Podman container still Stopping | ||
| + | |||
| + | |||
| + | After executing podman system migrate, the container status remained stopping. | ||
| + | |||
| + | Voir [[Pb podman - podman system migrate]] | ||
| + | |||
| + | ~~~ | ||
| + | $ podman ps -a | ||
| + | CONTAINER ID IMAGE | ||
| + | c5c069775351 | ||
| + | le_runner_241060 | ||
| + | b242fe99cb8f | ||
| + | le_runner_241722 | ||
| + | |||
| + | $ podman stop c5c069775351 | ||
| + | ERRO[0000] Unable to clean up network for container c5c0697753515cb6ed3a2fdf76d9bcd5248160199dc9d26bfb7953f1de5e9e07: | ||
| + | c5c069775351 | ||
| + | |||
| + | $ podman stop c5c069775351 | ||
| + | c5c069775351 | ||
| + | |||
| + | $ podman stop c5c069775351 | ||
| + | c5c069775351 | ||
| + | |||
| + | $ podman rm c5c069775351 | ||
| + | Error: cannot remove container c5c069775351fca6e99d9b43354e615671cdf0d150def3259e9bc97399db3e96 as it is stopping - running or paused containers cannot be removed without force: container state improper | ||
| + | |||
| + | $ podman rm -f c5c069775351 | ||
| + | ERRO[0000] Free container lock: no such file or directory | ||
| + | c5c069775351 | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ou encore | ||
| + | ~~~bash | ||
| + | #podman container kill -a | ||
| + | podman container rm -fa | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
