8000 GitHub - ttsz/docker-mariadb: Docker container for MariaDB on Ubuntu 14.04
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ttsz/docker-mariadb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MariaDB server on Ubuntu 14.04

Docker Hub; nimmis/mariadb

What is MariaDB?

MariaDB is a community-developed fork of the MySQL relational database management system intended to remain free under the GNU GPL.

Container based on Docker Hub; nimmis/ubuntu with working init process and syslog. For more information on how to set upp services, please read the dockumentation for nimmis/ubuntu

Starting the container

To run the lastest stable version of this docker image run

docker run -d nimmis/mariadb

to expose the database to the external interface run

docker run -d -p 3306:3306 nimmis/mariadb

About

Docker container for MariaDB on Ubuntu 14.04

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0