Skip to content

Dockerfile for some old projects still using MySQL 5.1

Notifications You must be signed in to change notification settings

Chhote/docker-mysql-5.1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

MySQL-5.1 Docker

Create MySQL-5.1 Docker Image

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 .

Run MySQL Container

Execute the following command.

$ sudo docker run --name="mysql"  -d -p 3306:3306 mysql

Now use MySQL

User: root Password: root

About

Dockerfile for some old projects still using MySQL 5.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%