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:ffbd37335…
Size
1.3 GB
Last updated
4 days ago
docker pull linuxserver/mysql-workbench:8.0.47Pulls:
1,701
Last week