Sign inSign up

oorabona/mysql-workbench

By oorabona

•Updated over 7 years ago

MySQL Workbench based on (Mini) Debian stretch !

Image
1

1.2K

oorabona/mysql-workbench repository overview

⁠Mysql workbench

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 !

⁠How to build

First off, git clone the repository. Then:

$ cd mysql-workbench
$ docker-compose build

⁠How to run

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:

Tag summary

Content type

Image

Digest

Size

140.1 MB

Last updated

over 7 years ago

docker pull oorabona/mysql-workbench