Skip to content

Dockerized mysql arm64/amd64 base on Ubuntu Bionic

Notifications You must be signed in to change notification settings

dodopizza/mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MySQL AMD64/ARM64 Docker Images

MySQL57

docker pull ghcr.io/dodopizza/mysql:5.7

docker run \
    -e MYSQL_ROOT_PASSWORD=test_Password1234 \
    ghcr.io/dodopizza/mysql:5.7