Skip to content

Dockerfile and script for creating MariaDB container

Notifications You must be signed in to change notification settings

JMHReif/docker-maria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Docker image for MariaDB

This image is a build of MariaDB’s Docker image.

Building and running the 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.

About

Dockerfile and script for creating MariaDB container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published