Skip to content
/ mariadb Public

Multiple purpose MariaDB (MySQL) based on Alpine

Notifications You must be signed in to change notification settings

alpin3/mariadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

alpin3/mariadb

Multiple purpose MariaDB (MySQL) based on Alpine

Image is based on the gliderlabs/alpine base image

Docker image size

Latest

Docker image usage

docker run [docker-options] alpin3/mariadb 

Note that MySQL root will be randomly generated (using pwgen). Root password will be displayed, during first run using output similar to this:

[i] MySQL root Password: XXXXXXXXXXXXXXX

But you don't need root password really. If you connect locally, it should not ask you for password, so you can use following procedure:

docker exec -it mariadb_containerid /bin/sh
# mysql -u root mysql

Examples

Typical usage:

docker run -it -v /host/dir/for/db:/var/lib/mysql -e MYSQL_DATABASE=db -e MYSQL_USER=user -e MYSQL_PASSWORD=blah alpin3/mariadb

Todo

  • Check volume and data
  • Provide more examples

About

Multiple purpose MariaDB (MySQL) based on Alpine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages