-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
When passing a volume to the container for /var/db/tang, nothing is being saved in that volume.
podman run -d -p 8080:80 -v /srv/tang:/var/db/tang --name tang ghcr.io/stackhpc/tang:latest
Then if I check /srv/tang
the ls -al
returns nothing. The key generated won't be persistent when the container is upgraded.
Metadata
Metadata
Assignees
Labels
No labels