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/packages)
|
||||
[](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://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/).
|
||||
|
||||
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:
|
||||
|
||||
|
@ -50,7 +51,7 @@ To help you get started creating a container from this image you can either use
|
|||
version: "2.1"
|
||||
services:
|
||||
mysql-workbench:
|
||||
image: ghcr.io/linuxserver/mysql-workbench
|
||||
image: lscr.io/linuxserver/mysql-workbench
|
||||
container_name: mysql-workbench
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
@ -77,7 +78,7 @@ docker run -d \
|
|||
-v /path/to/config:/config \
|
||||
--cap-add="IPC_LOCK" \
|
||||
--restart unless-stopped \
|
||||
ghcr.io/linuxserver/mysql-workbench
|
||||
lscr.io/linuxserver/mysql-workbench
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
@ -155,7 +156,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
|||
* Container version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' mysql-workbench`
|
||||
* 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
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue