jserver / docker-mysql

MySQL Dockerfile for docker.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-mysql

A Dockerfile to build a simple MySQL server container.

MySQL credentials are: root / root4mysql.

Build and run:

git clone https://github.com/jserver/docker-mysql.git
cd docker-mysql
docker build -t [your-image-name] .
docker run -d [your-image-name] 

About

MySQL Dockerfile for docker.io

License:Mozilla Public License 2.0


Languages

Language:Shell 100.0%