-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"nomad job stop -purge" does not destroy the container #396
Comments
Based on https://developer.hashicorp.com/nomad/plugins/drivers/podman#plugin-options - |
Hi @OneOfTheJohns, |
Hi, thanks for your answer @shoenig . How long does this cleanup take? It actually might be that im not waiting long enough... |
Hi,
Im running nomad-podman env with versions:
Nomad v1.8.1
podman version 5.1.1
On a Freebsd host.
I do get the containers running, but when i want to remove them by running:
nomad job stop -purge <container_id>
Nomad job gets removed, but container still keeps living.
Is that a bug, or a feature?
The text was updated successfully, but these errors were encountered: