This image is a build of MariaDB’s Docker image.
You can build the image on your local machine with the following commands:
cd docker/
docker build . -t jmreif/mariadb
To run the container, execute the following command in the root directory:
./runMariaDB.sh
You can run a docker ps
at the command line to verify the container is still running.