Mariadb in a container
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
dave a12df130aa restore underpriv'd user 6 years ago
Dockerfile restore underpriv'd user 6 years ago
README.md Run mysql directly for smooth exits 7 years ago
start restore underpriv'd user 6 years ago

README.md

docker-mariadb

MariaDB (mysql) in a container.

Suggested usage: docker run -d -p 3306:3306 -v /host/overrides.conf:/etc/mysql/conf.d/overrides.conf -v /host/sqldata:/var/lib/mysql mariadb

Tips

  • Change mysql listening port by setting the env var MYSQL_PORT.