https://github.com/bavovanachte/jacks-tools-docker
https://github.com/bavovanachte/jacks-tools-docker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bavovanachte/jacks-tools-docker
- Owner: bavovanachte
- Created: 2019-08-22T07:37:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T12:18:53.000Z (about 5 years ago)
- Last Synced: 2025-01-18T11:44:34.073Z (6 months ago)
- Language: Dockerfile
- Size: 37.7 MB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jacks-tools-docker
Docker image aimed at making the access to Jacks MH database a bit easier.
The image contains a mysql 5.7 server preloaded with the data from the keybase nightly backups: https://keybase.pub/devjacksmith/mh_backups/The database is set up with the following credentials/names:
```
ENV MYSQL_ROOT_PASSWORD=secret
ENV MYSQL_USER=admin
ENV MYSQL_PASSWORD=admin
ENV MYSQL_DATABASE=mhhunthelper
```## Getting it and running it
```bash
$ docker pull bavovanachte/mousehunt-jacksdb
$ docker run -p 3306:3306 -d bavovanachte/mousehunt-jacksdb
```This should set up a mysql server that you can query on localhost.