kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
e4ebf857aa
commit
23aad485b8
|
@ -10,6 +10,7 @@ title: emby
|
||||||
[](https://github.com/linuxserver/docker-emby/releases)
|
[](https://github.com/linuxserver/docker-emby/releases)
|
||||||
[](https://github.com/linuxserver/docker-emby/packages)
|
[](https://github.com/linuxserver/docker-emby/packages)
|
||||||
[](https://gitlab.com/linuxserver.io/docker-emby/container_registry)
|
[](https://gitlab.com/linuxserver.io/docker-emby/container_registry)
|
||||||
|
[](https://quay.io/repository/linuxserver.io/emby)
|
||||||
[](https://hub.docker.com/r/linuxserver/emby)
|
[](https://hub.docker.com/r/linuxserver/emby)
|
||||||
[](https://hub.docker.com/r/linuxserver/emby)
|
[](https://hub.docker.com/r/linuxserver/emby)
|
||||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-emby/job/master/)
|
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-emby/job/master/)
|
||||||
|
@ -21,7 +22,7 @@ title: emby
|
||||||
|
|
||||||
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/).
|
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/emby` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
Simply pulling `lscr.io/linuxserver/emby` 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:
|
||||||
|
|
||||||
|
@ -86,7 +87,7 @@ To help you get started creating a container from this image you can either use
|
||||||
version: "2.1"
|
version: "2.1"
|
||||||
services:
|
services:
|
||||||
emby:
|
emby:
|
||||||
image: ghcr.io/linuxserver/emby
|
image: lscr.io/linuxserver/emby
|
||||||
container_name: emby
|
container_name: emby
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
@ -129,7 +130,7 @@ docker run -d \
|
||||||
--device /dev/video11:/dev/video11 `#optional` \
|
--device /dev/video11:/dev/video11 `#optional` \
|
||||||
--device /dev/video12:/dev/video12 `#optional` \
|
--device /dev/video12:/dev/video12 `#optional` \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
ghcr.io/linuxserver/emby
|
lscr.io/linuxserver/emby
|
||||||
```
|
```
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
@ -170,6 +171,11 @@ Docker images are configured using parameters passed at runtime (such as those a
|
||||||
| `/dev/video11` | Only needed if you want to use your Raspberry Pi V4L2 video encoding. |
|
| `/dev/video11` | Only needed if you want to use your Raspberry Pi V4L2 video encoding. |
|
||||||
| `/dev/video12` | Only needed if you want to use your Raspberry Pi V4L2 video encoding. |
|
| `/dev/video12` | Only needed if you want to use your Raspberry Pi V4L2 video encoding. |
|
||||||
|
|
||||||
|
#### Miscellaneous Options
|
||||||
|
|
||||||
|
| Parameter | Function |
|
||||||
|
| :-----: | --- |
|
||||||
|
|
||||||
## Environment variables from files (Docker secrets)
|
## Environment variables from files (Docker secrets)
|
||||||
|
|
||||||
You can set any environment variable from a file by using a special prepend `FILE__`.
|
You can set any environment variable from a file by using a special prepend `FILE__`.
|
||||||
|
@ -215,7 +221,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" }}' emby`
|
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' emby`
|
||||||
* Image version number
|
* Image version number
|
||||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' ghcr.io/linuxserver/emby`
|
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/emby`
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue