Skip to content

jjcosgrove/docker-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automated Docker build for MySQL

  • Based on/uses the official Debian Docker image.
  • Configures default global credentials: root/mysql

Creating an Image

docker build -t mysql:latest .

Creating a Container

docker run -d --name mysql -p 0.0.0.0:4306:3306 mysql:latest

About

Automated Docker build for MySQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages