mysql-workbench
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:6583436d6…
Size
971.3 MB
Last updated
5 days ago
Requires Docker Desktop 4.37.1 or later.
Pulls:
1,693
Mar 23 to Mar 29