kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
d8460207cd
commit
befb4c08f7
|
@ -10,6 +10,7 @@ title: mysql-workbench
|
||||||
[](https://github.com/linuxserver/docker-mysql-workbench/releases)
|
[](https://github.com/linuxserver/docker-mysql-workbench/releases)
|
||||||
[](https://github.com/linuxserver/docker-mysql-workbench/packages)
|
[](https://github.com/linuxserver/docker-mysql-workbench/packages)
|
||||||
[](https://gitlab.com/linuxserver.io/docker-mysql-workbench/container_registry)
|
[](https://gitlab.com/linuxserver.io/docker-mysql-workbench/container_registry)
|
||||||
|
[](https://quay.io/repository/linuxserver.io/mysql-workbench)
|
||||||
[](https://hub.docker.com/r/linuxserver/mysql-workbench)
|
[](https://hub.docker.com/r/linuxserver/mysql-workbench)
|
||||||
[](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://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-mysql-workbench/job/master/)
|
||||||
|
@ -21,7 +22,7 @@ title: mysql-workbench
|
||||||
|
|
||||||
We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
||||||
|
|
||||||
Simply pulling `ghcr.io/linuxserver/mysql-workbench` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
Simply pulling `lscr.io/linuxserver/mysql-workbench` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||||
|
|
||||||
The architectures supported by this image are:
|
The architectures supported by this image are:
|
||||||
|
|
||||||
|
@ -50,7 +51,7 @@ To help you get started creating a container from this image you can either use
|
||||||
version: "2.1"
|
version: "2.1"
|
||||||
services:
|
services:
|
||||||
mysql-workbench:
|
mysql-workbench:
|
||||||
image: ghcr.io/linuxserver/mysql-workbench
|
image: lscr.io/linuxserver/mysql-workbench
|
||||||
container_name: mysql-workbench
|
container_name: mysql-workbench
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
@ -77,7 +78,7 @@ docker run -d \
|
||||||
-v /path/to/config:/config \
|
-v /path/to/config:/config \
|
||||||
--cap-add="IPC_LOCK" \
|
--cap-add="IPC_LOCK" \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
ghcr.io/linuxserver/mysql-workbench
|
lscr.io/linuxserver/mysql-workbench
|
||||||
```
|
```
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
@ -155,7 +156,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
||||||
* Container version number
|
* Container version number
|
||||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' mysql-workbench`
|
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' mysql-workbench`
|
||||||
* Image version number
|
* Image version number
|
||||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' ghcr.io/linuxserver/mysql-workbench`
|
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/mysql-workbench`
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue