kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
7471b0339e
commit
7e60dd1cfb
|
@ -10,6 +10,7 @@ title: ddclient
|
|||
[](https://github.com/linuxserver/docker-ddclient/releases)
|
||||
[](https://github.com/linuxserver/docker-ddclient/packages)
|
||||
[](https://gitlab.com/linuxserver.io/docker-ddclient/container_registry)
|
||||
[](https://quay.io/repository/linuxserver.io/ddclient)
|
||||
[](https://hub.docker.com/r/linuxserver/ddclient)
|
||||
[](https://hub.docker.com/r/linuxserver/ddclient)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-ddclient/job/master/)
|
||||
|
@ -21,7 +22,7 @@ title: ddclient
|
|||
|
||||
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. 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/ddclient` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
Simply pulling `lscr.io/linuxserver/ddclient` 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:
|
||||
|
||||
|
@ -52,7 +53,7 @@ To help you get started creating a container from this image you can either use
|
|||
version: "2.1"
|
||||
services:
|
||||
ddclient:
|
||||
image: ghcr.io/linuxserver/ddclient
|
||||
image: lscr.io/linuxserver/ddclient
|
||||
container_name: ddclient
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
@ -73,7 +74,7 @@ docker run -d \
|
|||
-e TZ=Europe/London \
|
||||
-v <path to data>:/config \
|
||||
--restart unless-stopped \
|
||||
ghcr.io/linuxserver/ddclient
|
||||
lscr.io/linuxserver/ddclient
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
@ -99,6 +100,11 @@ Docker images are configured using parameters passed at runtime (such as those a
|
|||
| :----: | --- |
|
||||
| `/config` | Where ddclient should store its config files. |
|
||||
|
||||
#### Miscellaneous Options
|
||||
|
||||
| Parameter | Function |
|
||||
| :-----: | --- |
|
||||
|
||||
## Environment variables from files (Docker secrets)
|
||||
|
||||
You can set any environment variable from a file by using a special prepend `FILE__`.
|
||||
|
@ -144,7 +150,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
|||
* Container version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' ddclient`
|
||||
* Image version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' ghcr.io/linuxserver/ddclient`
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/ddclient`
|
||||
|
||||
## Versions
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue