Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 375 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 375 Bytes

MariaDB in a Container

Installation

  • First install ds: https://github.com/docker-scripts/ds#installation

  • Then get the scripts from github: ds pull mariadb

  • Create a directory for the container: ds init mariadb @mariadb

  • Fix the settings: cd /var/ds/mariadb/ && vim settings.sh

  • Build image, create the container and configure it: ds make