-
-
Notifications
You must be signed in to change notification settings - Fork 21
Docker
Mikhaël Regni edited this page Sep 20, 2019
·
12 revisions
Full docker hub page can be found here
Use the following command to create the EmbyStat docker image.
docker run -p <port>:6555 -v <hostpath>:/app/config uping/embystat:<tag>
-
latest
(most recommended tag, NOT YET DEPLOYED) -
beta
(more stable release, but still not production ready) -
nightly
(very unstable nightly builds, may create a black hole when running)
Tags are multi-architecture tags, meaning docker will download the correct docker container for your OS.
The Windows images are based on the microsoft/aspnetcore:2.0-nanoserver-1709
image. You can find the docker file here
The Linux images are based on the microsoft/dotnet:2.2.1-runtime
image. You can find the docker file here
The following volumes can be mounted so files can be accessed locally
- /app/config
When you find a bug or have a feature request please go to github and create a new issue.