kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
023bc84b30
commit
3221a8a14f
|
@ -8,7 +8,7 @@
|
|||
[](https://hub.docker.com/r/linuxserver/mysql-workbench)
|
||||
[](https://hub.docker.com/r/linuxserver/mysql-workbench)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-mysql-workbench/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/mysql-workbench/latest/index.html)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/mysql-workbench/latest/index.html)
|
||||
|
||||
[MySQL Workbench](https://www.mysql.com/products/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.
|
||||
|
||||
|
@ -39,6 +39,7 @@ docker create \
|
|||
-e TZ=Europe/London \
|
||||
-p 3000:3000 \
|
||||
-v /path/to/config:/config \
|
||||
--cap_add="IPC_LOCK" \
|
||||
--restart unless-stopped \
|
||||
linuxserver/mysql-workbench
|
||||
```
|
||||
|
@ -63,6 +64,8 @@ services:
|
|||
- /path/to/config:/config
|
||||
ports:
|
||||
- 3000:3000
|
||||
cap_add:
|
||||
- IPC_LOCK
|
||||
restart: unless-stopped
|
||||
```
|
||||
|
||||
|
@ -92,6 +95,10 @@ Docker images are configured using parameters passed at runtime (such as those a
|
|||
| `/config` | Users home directory in the container, stores program settings. |
|
||||
|
||||
|
||||
#### Miscellaneous Options
|
||||
| Parameter | Function |
|
||||
| :-----: | --- |
|
||||
| `--cap_add=` | Required for keyring functionality |
|
||||
|
||||
## Environment variables from files (Docker secrets)
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue