linuxserver/mysql-workbench

Sponsored OSS

By linuxserver.io

Updated 5 days ago

Image
Developer tools
66

5M+

linuxserver/mysql-workbench repository overview

linuxserver/mysql-workbench

This readme has been truncated from the full version found HERE

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.

Application Setup

The application can be accessed at:

Usage

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

Tag summary

Content type

Image

Digest

sha256:6583436d6

Size

971.3 MB

Last updated

5 days ago

Requires Docker Desktop 4.37.1 or later.

This week's pulls

Pulls:

1,693

Mar 23 to Mar 29