https://github.com/krisrang/docker-mariadb55
MariaDB dockerfile
https://github.com/krisrang/docker-mariadb55
Last synced: 3 months ago
JSON representation
MariaDB dockerfile
- Host: GitHub
- URL: https://github.com/krisrang/docker-mariadb55
- Owner: krisrang
- Created: 2013-12-03T10:32:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-28T07:32:18.000Z (about 12 years ago)
- Last Synced: 2025-01-27T22:37:34.866Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MariaDB 5.5 image
===
Run command
docker run -d -name mariadb -p 3306:3306 -v /data/mysql:/data/main pebbles/mariadb
Logins
* User: root
* Password: docker
Persistent storage
---
This image uses persistent storage that located at /data/mysql in the image