https://github.com/edenreich/raspberry-mysql
https://github.com/edenreich/raspberry-mysql
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edenreich/raspberry-mysql
- Owner: edenreich
- Created: 2018-05-12T09:13:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T15:32:44.000Z (over 7 years ago)
- Last Synced: 2025-01-16T16:42:56.197Z (9 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```sh
docker run -it -d -e MYSQL_USERNAME=[username] -e MYSQL_PASSWORD=[password] --name mysql edenr/raspberry-mysql
```To enter:
```sh
docker exec -it mysql bash
```Now you can access the container with the provided credentials on port 3306
## Links
- https://hub.docker.com/r/edenr/raspberry-mysql/