MySQL Workbench based on (Mini) Debian stretch !
1.2K
This is a simple container with only Mysql client and Mysql workbench installed on a Bitnami Minideb base image.
This makes the final Docker image going from roughly 596MB (ubuntu:latest) down to 410MB.
Could probably do better by not installing all the dependencies but this would come with some drawbacks I guess. Feel free to open an issue and/or PR if that matters to you !
First off, git clone the repository. Then:
$ cd mysql-workbench
$ docker-compose build
You can use the docker-compose.yml file in this directory to run the built image.
See main README for instructions on how to run this using shorthand docker-compose.
You can also run it using :
$ docker run --rm -e DISPLAY=unix$DISPLAY -v $HOME/.mysql-workbench:/root/.mysql/workbench -v /tmp/.X11-unix --net host --name workbench oorabona/mysql-workbench
Enjoy ! :heart:
Content type
Image
Digest
Size
140.1 MB
Last updated
over 7 years ago
docker pull oorabona/mysql-workbench