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.

Trying to setup this dockerhub/github image in Unraid

Featured Replies

I'm going to assume this falls under "I still don't really know what I'm doing," but here's my issue:

 

I'm trying to set up this docker image in Unraid 7.

https://hub.docker.com/r/starkayc/orpheusbetter

https://github.com/starkayc/orpheusbetter-crawler

(those links are both to the same project).

 

I went into the Docker tab and added a new container. I put starkayc/orpheusbetter:latest as the Repository

I added paths for config, data, torrent, app

Extra parameters: starkayc/orpheusbetter -c "/app/orpheusbetter --threads 4"

 

Here's what Unraid ran:

 

docker run
  -d
  --name='OrpheusBetter'
  --net='bridge'
  --pids-limit 2048
  -e TZ="America/New_York"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Unraid"
  -e HOST_CONTAINERNAME="OrpheusBetter"
  -l net.unraid.docker.managed=dockerman
  -v '/mnt/user/appdata/orpheusbetter/':'/config/.orpheusbetter':'rw'
  -v '/mnt/user/orpheusbetter/data':'/data':'rw'
  -v '/mnt/user/orpheusbetter/torrent':'/torrent':'rw'
  -v '/mnt/user/orpheusbetter/':'/app':'rw' starkayc/orpheusbetter
  -c "/app/orpheusbetter
  --threads 4" 'starkayc/orpheusbetter:latest' 

 

This "finished successfully" but when I check the log it just says:

 

starkayc/orpheusbetter:latest: line 0: /app/orpheusbetter: not found

 

And that's where I'm stuck. Whenever I run the docker image, it just spits out that line, and stops.

Again, I assume this is a "I don't know enough" problem. Can anyone point me in the right direction?

 

It seems like it's not doing all the setup its supposed to do? Downloading python packages and whatnot?

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...

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.