kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
1cb0307aef
commit
4a555bcee0
|
@ -10,6 +10,7 @@ title: calibre
|
|||
[](https://github.com/linuxserver/docker-calibre/releases)
|
||||
[](https://github.com/linuxserver/docker-calibre/packages)
|
||||
[](https://gitlab.com/linuxserver.io/docker-calibre/container_registry)
|
||||
[](https://quay.io/repository/linuxserver.io/calibre)
|
||||
[](https://hub.docker.com/r/linuxserver/calibre)
|
||||
[](https://hub.docker.com/r/linuxserver/calibre)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-calibre/job/master/)
|
||||
|
@ -21,7 +22,7 @@ title: calibre
|
|||
|
||||
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/calibre` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
Simply pulling `lscr.io/linuxserver/calibre` 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:
|
||||
calibre:
|
||||
image: ghcr.io/linuxserver/calibre
|
||||
image: lscr.io/linuxserver/calibre
|
||||
container_name: calibre
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
@ -80,7 +81,7 @@ docker run -d \
|
|||
-p 8081:8081 \
|
||||
-v /path/to/data:/config \
|
||||
--restart unless-stopped \
|
||||
ghcr.io/linuxserver/calibre
|
||||
lscr.io/linuxserver/calibre
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
@ -110,6 +111,11 @@ Docker images are configured using parameters passed at runtime (such as those a
|
|||
| :----: | --- |
|
||||
| `/config` | Where calibre should store its database and library. |
|
||||
|
||||
#### 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__`.
|
||||
|
@ -155,7 +161,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
|||
* Container version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' calibre`
|
||||
* Image version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' ghcr.io/linuxserver/calibre`
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/calibre`
|
||||
|
||||
## Versions
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue