Open jmbell1989 opened 3 months ago
This Docker article talks about the various options including the Volumes Backup & Share extension to backup a volume.
You can also do a docker system prune
to cleanup old docker images but not the volumes. If you've been developing COSMOS and building your own docker containers this can cleanup a significant amount of disk space.
We need to document docker system prune
as well as how to backup the minio volume.
I have had multiple issue with drive space lately and it seems that docker has been eating up space in my app data directory. I am working on removing old docker container but don't want to lose my openc3 log data. Is there an easy way to backup this data and recover it at a later time? Any help with this would be appreciated.
Thanks!