linuxserver/mysql-workbench

Sponsored OSS

By linuxserver.io

Updated 4 days ago

Image
Developer tools
67

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:ffbd37335

Size

1.3 GB

Last updated

4 days ago

docker pull linuxserver/mysql-workbench:8.0.47

This week's pulls

Pulls:

1,701

Last week