- All images are based on Alpine Linux
- Base image: wodby/alpine
- CircleCI builds
- Docker Hub
Supported tags and respective Dockerfile
links:
10
,10.2
,latest
(Dockerfile)10.1
(Dockerfile)
For better reliability we additionally release images with stability tags (wodby/mariadb:10.1-X.X.X
) which correspond to git tags. We strongly recommend using images only with stability tags.
"-" - Not available for this version
Usage:
make COMMAND [params ...]
commands:
import source=</path/to/dump.zip or http://example.com/url/to/dump.sql.gz> [db root_password host ignore="table1;table2;cache_%"]
backup filepath=</path/to/backup.sql.gz> [root_password host db nice ionice]
query query [db user password host]
query-silent query [db user password host]
query-root query [db root_password host]
check-ready [root_password host max_try wait_seconds]
default params values:
user $MYSQL_USER
password $MYSQL_PASSWORD
db $MYSQL_DATABASE
root_password $MYSQL_ROOT_PASSWORD
host localhost
max_try 1
wait_seconds 1
ignore ""
nice 10
ionice 7
Deploy MariaDB to your own server via Wodby.