Skip to content
Mikhaël Regni edited this page Sep 20, 2019 · 12 revisions

Link

Full docker hub page can be found here

Run

Use the following command to create the EmbyStat docker image.

docker run -p <port>:6555 -v <hostpath>:/app/config uping/embystat:<tag>

Tags

  • 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.

Windows x64

The Windows images are based on the microsoft/aspnetcore:2.0-nanoserver-1709 image. You can find the docker file here

Ubuntu x64

The Linux images are based on the microsoft/dotnet:2.2.1-runtime image. You can find the docker file here

Volumes

The following volumes can be mounted so files can be accessed locally

  • /app/config

Issues

When you find a bug or have a feature request please go to github and create a new issue.

Clone this wiki locally