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

docker-scripts-archived/mariadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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