Last Updated: February 25, 2016
·
860
· Tarcísio Xavier Gruppi

Easy way to manage mysql containers with docker

I wrote a small shell script to make easy to manage mysql containers with persistent data.

You can see it at https://gist.github.com/txgruppi/8526527

Motivation: Why should I install mysql-server on my host OS if a have vagrant and docker?