From fe417075d087d25215f7db45e0e1d2177ae741ae Mon Sep 17 00:00:00 2001 From: BotBlake Date: Wed, 15 Jul 2026 15:38:10 +0200 Subject: [PATCH] move docker on windows warning --- docs/general/installation/_container-docker-cli.md | 13 ------------- .../installation/_container-docker-compose.md | 13 ------------- docs/general/installation/container.md | 13 +++++++++++++ 3 files changed, 13 insertions(+), 26 deletions(-) diff --git a/docs/general/installation/_container-docker-cli.md b/docs/general/installation/_container-docker-cli.md index 7c7bac02..d96bd05b 100644 --- a/docs/general/installation/_container-docker-cli.md +++ b/docs/general/installation/_container-docker-cli.md @@ -2,19 +2,6 @@ [Docker](https://www.docker.com/) allows you to run containers on Linux, Windows and MacOS. -:::warning - -If you wish to use Windows or macOS, please install Jellyfin natively instead. [Windows](/docs/general/installation/windows) [macOS](/docs/general/installation/macos). - -While it is possible to run Jellyfin in Docker on a Windows or macOS host, it is NOT supported. Some features are known to be broken when running in Docker on platforms other than Linux, Notably: - -- Hardware Accelerated Transcoding -- [Scanning on macOS in Docker](https://github.com/jellyfin/jellyfin/issues/13093) - -You WILL NOT receive any support for running Jellyfin in Docker on platforms other than Linux. - -::: - The basic steps to create and run a Jellyfin container using Docker are as follows. 1. Follow the [official installation guide to install Docker](https://docs.docker.com/engine/install). diff --git a/docs/general/installation/_container-docker-compose.md b/docs/general/installation/_container-docker-compose.md index ef7f13ff..613df93f 100644 --- a/docs/general/installation/_container-docker-compose.md +++ b/docs/general/installation/_container-docker-compose.md @@ -1,18 +1,5 @@ -:::warning - -If you wish to use Windows or macOS, please install Jellyfin natively instead. [Windows](/docs/general/installation/windows) [macOS](/docs/general/installation/macos). - -While it is possible to run Jellyfin in Docker on a Windows or macOS host, it is NOT supported. Some features are known to be broken when running in Docker on platforms other than Linux, Notably: - -- Hardware Accelerated Transcoding -- [Scanning on macOS in Docker](https://github.com/jellyfin/jellyfin/issues/13093) - -You WILL NOT receive any support for running Jellyfin in Docker on platforms other than Linux. - -::: - Create a `docker-compose.yml` file like the following. ```yml diff --git a/docs/general/installation/container.md b/docs/general/installation/container.md index 02f7b65c..b5d0744b 100644 --- a/docs/general/installation/container.md +++ b/docs/general/installation/container.md @@ -31,6 +31,19 @@ Additionally, there are several third parties providing unofficial container ima ## Installation Instructions +:::warning + +If you wish to use [Windows](/docs/general/installation/windows) or [macOS](/docs/general/installation/macos), please install Jellyfin natively instead. + +While it is possible to run Jellyfin in a Container on a Windows or macOS host, it is NOT supported. Some features are known to be broken when running in a Container on platforms other than Linux, Notably: + +- Hardware Accelerated Transcoding +- [Scanning on macOS in Docker](https://github.com/jellyfin/jellyfin/issues/13093) + +You WILL NOT receive any support for running Jellyfin in a Container on platforms other than Linux. + +::: + Replace `uid:gid` if you want to run jellyfin as a specific user/group. Exclude the `user` argument entirely if you want to use the default user. import Tabs from '@theme/Tabs';