Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bavovanachte/jacks-tools-docker
https://github.com/bavovanachte/jacks-tools-docker
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bavovanachte/jacks-tools-docker
- Owner: bavovanachte
- Created: 2019-08-22T07:37:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T12:18:53.000Z (over 4 years ago)
- Last Synced: 2024-11-17T17:40:19.642Z (2 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.