Skip to content
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

remove container after use #197

Merged
merged 1 commit into from
Sep 6, 2022
Merged

remove container after use #197

merged 1 commit into from
Sep 6, 2022

Commits on Aug 26, 2022

  1. remove container after use

    The containers and their respective volumes where not being deleted.
    By adding `--rm` to the `podman run` it now removes the containers
    after use along with anonymous (unnamed) volumes [1]. The same
    happens in docker [2].
    
    Fixes #196
    
    [1]: https://docs.podman.io/en/latest/markdown/podman-run.1.html#volume-v-source-volume-host-dir-container-dir-options
    [2]: https://docs.docker.com/storage/volumes/#remove-volumes
    deeplow committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    1fa1b90 View commit details
    Browse the repository at this point in the history