5M+
MySQL Workbench is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more.
The application can be accessed at:
docker run -d \
--name=mysql-workbench \
--cap-add=IPC_LOCK \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Etc/UTC \
-p 3000:3000 \
-p 3001:3001 \
-v /path/to/config:/config \
--shm-size="1gb" \
--restart unless-stopped \
lscr.io/linuxserver/mysql-workbench:latest
Content type
Image
Digest
sha256:d5d569b2b…
Size
1.2 GB
Last updated
about 21 hours ago
docker pull linuxserver/mysql-workbenchPulls:
1,768
Last week