MariaDB container image for ARM7 32bit
1.0K
11.4.3,
11.4.3-oracular,
11.4,
latest
10.11.7,
10.11.7-noble,
10.11
10.11.6,
10.11.6-bookworm
10.6.16,
10.6.16-jammy,
10.6
For further information see: MariaDB Official Image Quick Reference
http://localhost:8080
# Use root/example as user/password credentials
services:
db:
image: scotty1701d/mariadb
restart: always
environment:
MARIADB_ROOT_PASSWORD: example
adminer:
image: adminer
restart: always
ports:
- 8080:8080
...
ports:
- 3306:3306
volumes:
- /run/mysqld:/run/mysqld
...
volumes:
- /external/mysql:/var/lib/mysql:Z
...
volumes:
- ./data:/var/lib/mysql:Z
Content type
Image
Digest
sha256:656a19d55…
Size
96 MB
Last updated
over 1 year ago
docker pull scotty1701d/mariadb