An open API service indexing awesome lists of open source software.

https://github.com/morilog/docker-mariadb

MariaDB docker image based on official `Ubuntu` image
https://github.com/morilog/docker-mariadb

docker docker-mariadb morilog ubuntu ubuntu1604

Last synced: 6 months ago
JSON representation

MariaDB docker image based on official `Ubuntu` image

Awesome Lists containing this project

README

          

# Docker MariadDB v10.1 image
This image is based on official `ubuntu` docker image. and inspired from official `mariadb` image.

### How to build ?
1- Clone this repo :
``` bash
git clone git@github.com:morilog/docker-mariadb.git
```
2- Go to `docker-mariadb` directory and enter bellow command in termibal:
``` bash
docker build -t YOURNAME/mariadb .
```

### How to use?
For read full documention of usage and options please read the [MariaDB official image documentions](https://hub.docker.com/_/mariadb/)