Getting Docker Compose Errors – Need Help!

0
6
Asked By TechyTaco12 On

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

Answered By CuriousCoder99 On

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.

TechyTaco12 -

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.

Answered By HelpfulHarriet24 On

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.

TechyTaco12 -

Brother, you are the GOAT. Thank you so much!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.