Can I have the MySQL-container save it’s data-file...
# fleet
j
Can I have the MySQL-container save it’s data-files somewhere persistent?
z
Yes. If you're using
fleetctl preview
it is persistent in a Docker Volume by default. https://stackoverflow.com/questions/67567986/copy-docker-volumes might help with getting the data out of the volume.
j
So, if the server running docker is rebooted the data is preserved?
z
Yes it should be.
j
Ok, thanks
I have control of the Docker container, but not the server it’s running on