MySQL mytop based on Alpine. Removed all unneeded content to keep it lightweight.
9.1K
MySQL mytop based on Alpine. Removed all unneeded content to keep it lightweight.
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
-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
MIT
Content type
Image
Digest
sha256:75131bb66…
Size
5.9 MB
Last updated
over 1 year ago
docker pull srcoder/mytop