Docker Images should be available for Windows Containers #417

Closed
opened 2025-12-21 16:41:18 +01:00 by backuprepo · 2 comments
Owner

Originally created by @LogicalPhallacy on GitHub (Feb 13, 2019).

Originally assigned to: @LogicalPhallacy on GitHub.

Is your feature request related to a problem? Please describe.
Windows Containers allow significantly better performance for Docker when hosted on a Windows Host. We should also provide a Windows Container friendly dockerfile

Describe the solution you'd like
It looks like building a windows version would just take a script modification to also import a windows ffmpeg and some system libraries, the buildfile would likely be more straightforward than the current dockerfile.

Describe alternatives you've considered
Hosting the Linux container on a windows host works, but it requires full Hyper-V virtualization which comes with security benefits but also with perf overhead.

Originally created by @LogicalPhallacy on GitHub (Feb 13, 2019). Originally assigned to: @LogicalPhallacy on GitHub. **Is your feature request related to a problem? Please describe.** Windows Containers allow significantly better performance for Docker when hosted on a Windows Host. We should also provide a Windows Container friendly dockerfile **Describe the solution you'd like** It looks like building a windows version would just take a script modification to also import a windows ffmpeg and some system libraries, the buildfile would likely be more straightforward than the current dockerfile. **Describe alternatives you've considered** Hosting the Linux container on a windows host works, but it requires full Hyper-V virtualization which comes with security benefits but also with perf overhead.
backuprepo 2025-12-21 16:41:18 +01:00
Author
Owner

@LogicalPhallacy commented on GitHub (Mar 3, 2019):

This enhancement is blocked until the issue of missing libraries in windows server nano and core editions can be addressed. Referencing a related emby bug. This also blocks the use of Windows Server Core or Server Nano outside a container without bringing in the required libs from a full windows server.

#https://github.com/MediaBrowser/Emby/issues/3175

@LogicalPhallacy commented on GitHub (Mar 3, 2019): This enhancement is blocked until the issue of missing libraries in windows server nano and core editions can be addressed. Referencing a related emby bug. This also blocks the use of Windows Server Core or Server Nano outside a container without bringing in the required libs from a full windows server. #https://github.com/MediaBrowser/Emby/issues/3175
Author
Owner
@sevenrats commented on GitHub (Oct 4, 2023): moved to https://features.jellyfin.org/posts/2353/docker-images-should-be-available-for-windows-containers
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#417
No description provided.