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
- Host: GitHub
- URL: https://github.com/morilog/docker-mariadb
- Owner: morilog
- License: mit
- Created: 2016-02-16T07:55:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T08:10:09.000Z (over 9 years ago)
- Last Synced: 2025-02-06T08:29:10.411Z (8 months ago)
- Topics: docker, docker-mariadb, morilog, ubuntu, ubuntu1604
- Language: Shell
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)