Clone this repository and execute the following command on your host
$ git clone https://github.com/bkmukund/docker-mysql-5.1.git
$ cd docker-mysql-5.1/
$ sudo docker build -t mysql .
Execute the following command.
$ sudo docker run --name="mysql" -d -p 3306:3306 mysql
User: root Password: root