https://github.com/jeroenboersma/docker-mytop
MySQL mytop based on alpine
https://github.com/jeroenboersma/docker-mytop
Last synced: 2 months ago
JSON representation
MySQL mytop based on alpine
- Host: GitHub
- URL: https://github.com/jeroenboersma/docker-mytop
- Owner: JeroenBoersma
- License: mit
- Created: 2016-12-07T15:19:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T17:39:48.000Z (over 7 years ago)
- Last Synced: 2025-02-10T00:46:52.918Z (4 months ago)
- Homepage: https://hub.docker.com/r/srcoder/mytop/
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-mytop
MySQL *mytop* based on Alpine.
Removed all unneeded content to keep it lightweight.## Usage
Pull the image and connect to a host running a database!
Just run mytop:
docker run --rm -it srcoder/mytop
Link a .mytop file:
docker run --rm -itv /path/to/.mytop:/root/.mytop srcoder/mytop
Link another container:
docker run --rm -it --link databasecontainer:db srcoder/mytop -h db
## Common options
- `-h` host[:port]
- `-P` port
- `-S` socket
- `-u` user
- `-p` password
- `-d` database
- `-s` delayFind the other options: http://jeremy.zawodny.com/mysql/mytop/mytop.html
## Authors
- [Jeroen Boersma](https://github.com/JeroenBoersma)
## License
MIT