kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
a715f72098
commit
48f0234daf
|
@ -10,6 +10,7 @@ title: pydio-cells
|
||||||
[](https://github.com/linuxserver/docker-pydio-cells/releases)
|
[](https://github.com/linuxserver/docker-pydio-cells/releases)
|
||||||
[](https://github.com/linuxserver/docker-pydio-cells/packages)
|
[](https://github.com/linuxserver/docker-pydio-cells/packages)
|
||||||
[](https://gitlab.com/linuxserver.io/docker-pydio-cells/container_registry)
|
[](https://gitlab.com/linuxserver.io/docker-pydio-cells/container_registry)
|
||||||
|
[](https://quay.io/repository/linuxserver.io/pydio-cells)
|
||||||
[](https://hub.docker.com/r/linuxserver/pydio-cells)
|
[](https://hub.docker.com/r/linuxserver/pydio-cells)
|
||||||
[](https://hub.docker.com/r/linuxserver/pydio-cells)
|
[](https://hub.docker.com/r/linuxserver/pydio-cells)
|
||||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-pydio-cells/job/master/)
|
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-pydio-cells/job/master/)
|
||||||
|
@ -21,7 +22,7 @@ title: pydio-cells
|
||||||
|
|
||||||
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/pydio-cells` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
Simply pulling `lscr.io/linuxserver/pydio-cells` 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:
|
||||||
|
|
||||||
|
@ -46,7 +47,7 @@ To help you get started creating a container from this image you can either use
|
||||||
version: "2.1"
|
version: "2.1"
|
||||||
services:
|
services:
|
||||||
pydio-cells:
|
pydio-cells:
|
||||||
image: ghcr.io/linuxserver/pydio-cells
|
image: lscr.io/linuxserver/pydio-cells
|
||||||
container_name: pydio-cells
|
container_name: pydio-cells
|
||||||
hostname: pydio-cells
|
hostname: pydio-cells
|
||||||
environment:
|
environment:
|
||||||
|
@ -78,7 +79,7 @@ docker run -d \
|
||||||
-p 33060:33060 `#optional` \
|
-p 33060:33060 `#optional` \
|
||||||
-v /path/to/appdata/config:/config \
|
-v /path/to/appdata/config:/config \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
ghcr.io/linuxserver/pydio-cells
|
lscr.io/linuxserver/pydio-cells
|
||||||
```
|
```
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
@ -159,7 +160,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" }}' pydio-cells`
|
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' pydio-cells`
|
||||||
* Image version number
|
* Image version number
|
||||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' ghcr.io/linuxserver/pydio-cells`
|
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/pydio-cells`
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue