Replies: 1 comment 2 replies
-
That would be in your container file system. You should be able to see where your container runtime stores things by for example "docker inspect " |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can any one guide me where does docker saves H2 DB file after the setup. I tried to save it in the file system but not able to find it.
My DB JDBC URL is jdbc:h2:/mnt/persistent/ejbcadb;DB_CLOSE_DELAY=-1
I am using Keyfactor/ejbca-ce:latest image from github. Secondly I am also stopping the docker properly using docker stop [container name] command for graceful shutdown.
Beta Was this translation helpful? Give feedback.
All reactions