https://github.com/turgon37/docker-armhf-mariadb
Docker image running a MariaDB instance for ARMHF arch
https://github.com/turgon37/docker-armhf-mariadb
armhf docker mariadb
Last synced: 19 days ago
JSON representation
Docker image running a MariaDB instance for ARMHF arch
- Host: GitHub
- URL: https://github.com/turgon37/docker-armhf-mariadb
- Owner: Turgon37
- License: mit
- Created: 2017-01-28T19:04:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T21:07:51.000Z (over 8 years ago)
- Last Synced: 2025-06-06T06:27:51.210Z (5 months ago)
- Topics: armhf, docker, mariadb
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker MariaDB on ARM arch
[](https://microbadger.com/images/turgon37/armhf-mariadb "Get your own image badge on microbadger.com")
[](https://microbadger.com/images/turgon37/armhf-mariadb "Get your own version badge on microbadger.com")
This images contains an instance of mariadb runnable on arm devices such as Raspberry pi
GitHub repository [github.com/Turgon37/docker-armhf-mariadb](https://github.com/Turgon37/docker-armhf-mariadb)
## Docker Informations
* This image expose the following port
| Port | Usage |
| -------------- | ------------------------ |
| 3306 | MariaDB applicative port |
* This image takes theses environnements variables as parameters
| Environment | Usage |
| ------------- | --------------- |
* The following volume is exposed by this image
| Volume | Usage |
| -------------- | ------------------------------ |
| /var/lib/mysql | The database storage directory |
## Installation
* Manual (from an arm device)
```
git clone
docker build -t turgon37/amrhf-mariadb .
```
* or Automatic
```
docker pull turgon37/amrhf-mariadb
```
## Usage
```
docker run -p 3306:3306 turgon37/amrhf-mariadb
```