I use shared folders for a number of Docker containers. For example, the shared folder can be on a NAS or a file server. Below I describe how I added the shared folders to my Ubuntu VM.
[ Read More]
Every day at 7:00 PM I make a dump of every MariaDB database. This can be done by calling mysqldump from the MariaDB container. I’m using the crontab to schedule this.
[ Read More]