kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
d71f173d42
commit
1bc96ec9fe
|
@ -10,6 +10,7 @@ title: diskover
|
|||
[](https://github.com/linuxserver/docker-diskover/releases)
|
||||
[](https://github.com/linuxserver/docker-diskover/packages)
|
||||
[](https://gitlab.com/linuxserver.io/docker-diskover/container_registry)
|
||||
[](https://quay.io/repository/linuxserver.io/diskover)
|
||||
[](https://hub.docker.com/r/linuxserver/diskover)
|
||||
[](https://hub.docker.com/r/linuxserver/diskover)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-diskover/job/master/)
|
||||
|
@ -21,7 +22,7 @@ title: diskover
|
|||
|
||||
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/diskover` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
Simply pulling `lscr.io/linuxserver/diskover` 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:
|
||||
|
||||
|
@ -128,7 +129,7 @@ docker run -d \
|
|||
-v /path/to/diskover/config:/config \
|
||||
-v /path/to/diskover/data:/data \
|
||||
--restart unless-stopped \
|
||||
ghcr.io/linuxserver/diskover
|
||||
lscr.io/linuxserver/diskover
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
@ -169,6 +170,11 @@ Docker images are configured using parameters passed at runtime (such as those a
|
|||
| `/config` | Persistent config files |
|
||||
| `/data` | Default mount point to crawl |
|
||||
|
||||
#### 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__`.
|
||||
|
@ -214,7 +220,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
|||
* Container version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' diskover`
|
||||
* Image version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' ghcr.io/linuxserver/diskover`
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/diskover`
|
||||
|
||||
## Versions
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue