https://github.com/cash-track/mysql
The primary database used for store important data for the system
https://github.com/cash-track/mysql
database docker mysql
Last synced: 2 months ago
JSON representation
The primary database used for store important data for the system
- Host: GitHub
- URL: https://github.com/cash-track/mysql
- Owner: cash-track
- License: mit
- Created: 2018-02-12T21:09:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-16T16:56:35.000Z (over 1 year ago)
- Last Synced: 2025-02-16T17:41:53.680Z (over 1 year ago)
- Topics: database, docker, mysql
- Language: Makefile
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MySQL
The primary database used for store important data for the system
## Push to registry
```bash
$ docker build . -t cashtrack/mysql:latest --no-cache
$ docker push cashtrack/mysql:latest
```