Skip to content

Turgon37/docker-armhf-mariadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker MariaDB on ARM arch

This images contains an instance of mariadb runnable on arm devices such as Raspberry pi

GitHub repository 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

About

Docker image running a MariaDB instance for ARMHF arch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages