Skip to content

Repository files navigation

GitHub release License

About

Docker image for MariaDB

Usage

  • Create a volume for persistent storage:
docker volume create --name=mariadb_data
  • Copy the docker-compose.yml and modify it if needed.

  • Start the MariaDB server:

docker-compose create
docker-compose start
  • Look at the logs to see your default password:
docker logs mariadb
  • Connect to your DB and change the default password

Default users :

  • root / no password (can connect from mariadb container only).
  • admin / random password (can connect from all hosts)

About

Dockerfile for MariaDB

Topics

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages