https://github.com/springmt/centos6-mysql-q4m
https://github.com/springmt/centos6-mysql-q4m
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/springmt/centos6-mysql-q4m
- Owner: SpringMT
- License: apache-2.0
- Created: 2017-07-10T15:29:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T16:57:23.000Z (almost 9 years ago)
- Last Synced: 2025-04-06T06:18:55.090Z (about 1 year ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support-files/install.sql
Awesome Lists containing this project
README
## how to build
```sh
docker build --rm -t centos6-mysql-q4m .
```
## running
```sh
docker run -it --rm springmt/centos6-mysql-q4m . /bin/bash
```