I've been using Docker for a while now and have a Jellyfin server running smoothly. Recently, though, I've started experiencing an error message when trying to run it: `Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: open sysctl net.ipv4.ip_unprivileged_port_start file: reopen fd 8: permission denied`. I'm not entirely sure what's causing the issue, but any assistance you could provide would be hugely appreciated. Thanks a lot!
2 Answers
Honestly, it's hard to debug without more details on your setup. From what I see, it looks like you could be trying to use a protected port. Are you running Docker Compose as a sudo user or using a privileged port? That could be the underlying issue.
I think I might have a solution for you! Check out this link: https://forum.proxmox.com/threads/docker-applications-failing-in-lxc-failed-to-create-shim-task.175656/. It discusses a similar issue and could have some answers you're looking for.
Brother, you are the GOAT. Thank you so much!

Hello, thanks for the reply! I’m trying to get my Jellyfin server going. It was working fine until I attempted to set up an AdGuard container. After that, the Jellyfin container started acting up. By the way, Jellyfin uses port 8096.