A MariaDB 10.4 instance running on a CentOS 8 Docker container
10K+
This Docker Image runs MariaDB in CentOS 8 and exposes the following ports...
docker build -t mariadb .
docker volume create mariadb
docker run -tid --mount source=mariadb,target=/var/lib/mysql --rm -p 3306:3306 --name mariadb mariadb
docker container ls
netstat -anp tcp | grep LISTEN
netstat -tulpn | grep LISTEN
mysql
docker volume rm mariadb
Docker Image Default root password = secret
Edit the mariadb.sql file with your own customisations before rebuilding the image.
Content type
Image
Digest
Size
239.5 MB
Last updated
almost 7 years ago
docker pull rhyscampbell/dockermariadb