Jump to content

[Solved] Can't Shell Into Container


Recommended Posts

Since I couldn't find a supported nzbget container which has nzbToMedia in it, I decided to use the one from frebib/nzbget-media and I have it imported and it runs correctly. The problem is that when I try to get a bash shell in it, Docker tells me it isn't running when it clearly is. This seems to be localized to this container because I was able to pull up a shell in the nzbHydra container that I installed via unRAID.

 


root@Tower:~# docker ps
CONTAINER ID     IMAGE                       COMMAND                  CREATED             STATUS              PORTS                                NAMES
390878bc4111       frebib/nzbget-media     "/sbin/tini -- /start"   11 minutes ago      Up 10 minutes       0.0.0.0:6789->6789/tcp        nzbget

 

root@Tower:~# docker exec -it nzbget /bin/bash
rpc error: code = 2 desc = containerd: container not started

 

What's the issue here?

Edited by brando56894
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...