Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Solved] Can't Shell Into Container

Featured Replies

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

Still looking at this, but regardless this isn't going to be suitable for Unraid as it runs with a non-definable UID of 236 so you'll be plagued with permissions errors.

  • Author

Yea that was my next thing to tackle. I'm probably going to modify the Dockerfile so that it will work without issue, otherwise there's another one by kahooli that has nzbToMedia in it, but this one was more up to date. Kahooli's is based off of LinuxServer.io's image so that would probably work better. Here it is: https://hub.docker.com/r/kahooli/nzbget-postprocess/

So I asked the docker guru @sparklyballs this one,

 

TL:DR if you want bash in an Alpine container, it has to be installed.  Our containers install it in our custom base image.

 

docker exec -it nzbget /bin/sh

 

Works with that container of yours.

  • Author

Thanks for the info buddy! That works for me :)

10 minutes ago, brando56894 said:

Thanks for the info buddy! That works for me :)

sparklyballs to thank for that one not me.

  • Author

Well you passed on the info so thanks to both of you :)

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.