Docker containers which are using the network of the host (the machine Docker runs on) will also need to share the ports of the host with each other.
[ 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]