Skip to content

smizy/docker-mariadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-mariadb

docker mariadb image

  • same as official mariadb build as possible
  • su-exec instead of gosu
  • use apk mariadb package based on alpine image

image size

REPOSITORY             TAG                 IMAGE ID            CREATED             SIZE
smizy/mariadb          latest              d9f0fff77320        17 minutes ago      172.3 MB
mariadb                latest              0112f2662974        10 days ago         387.7 MB

Usage

This image works in the same way the official mariadb docker image work. README: https://hub.docker.com/_/mariadb/

# run container
$ docker run  -e MYSQL_ROOT_PASSWORD=mysecretpassword -p 3306:3306  smizy/mariadb

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages