Skip to content

edenreich/raspberry-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi MySQL - Mariadb 10.1.3

Raspberry PI docker image container running mariadb 10.1.3

Requirements

  • docker-cli

Usage

On the command line:

docker run -it -d -e MYSQL_USERNAME=[username] -e MYSQL_PASSWORD=[password] --name mysql edenr/raspberry-mysql

To enter:

docker exec -it mysql bash

Now you can access the container with the provided credentials on port 3306

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages