Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 500 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 500 Bytes

ObjectStyle MariaDB Docker Image

This is a MariaDB Docker image for ObjectStyle site. Built on top of centos:latest image.

Usage

docker pull objectstyle/mariadb

Or, if you prefer to build it on your own:
docker build -t objectstyle/mariadb .

Run the image as daemon and bind it to port 3306:
docker run -d --name mariadb --net=osllc \ -p $DOCKER_IP:3306:3306 \ -v $MYSQL_ROOT:/var/oc/mysql \ objectstyle/mariadb