SageTV Community  

Go Back   SageTV Community > SageTV Products > SageTV Linux > SageTV for unRAID/Docker
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV for unRAID/Docker Discussion related to SageTV for unRAID/Docker. Questions, issues, problems, suggestions, etc. relating to SageTV for unRAID/Docker should be posted here.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-12-2018, 07:36 AM
dinki's Avatar
dinki dinki is offline
Sage Expert
 
Join Date: Mar 2006
Posts: 682
Which version should I install

Hey guys. Looking to spin up a SageTV docker. I tried following the instructions from the original thread but kept getting an error after running docker pull stuckless/sagetv-server-java10:

Code:
root@omv:/sharedfolders/media/tv/plex_dvr_tv# docker run --name --priviledged -t -i sagetv  -v /sharedfolders/media/tv/sagetv/:/var/media -v /sharedfolders/appdata/Sagetv/var/:/var/mediaext -v /sharedfolders/appdata/Sagetv/opt/:/opt/sagetv --net host --env PUID=1000 -end PGID=100 --env OPT_COMSKIP=Y --env JAVA_MEM_MB=1024  --env OPT_SETPERMS=Y  --restart=always  stuckless/sagetv-server-java10
Unable to find image 'sagetv:latest' locally
docker: Error response from daemon: pull access denied for sagetv, repository does not exist or may require 'docker login'.
See 'docker run --help'.
I see there's a bunch of options at https://hub.docker.com/u/stuckless/ . What should I be using? I'm just wanting to run a headless server on docker (not unraid). I'll also be needing to install OpenDCT as well.

Thanks
__________________
Intel Core i5-2500, 16GB RAM, OMV Linux 4.17, 3 TB of Data
SageTV 9 Docker, Open DCT Docker
Silicondust HDHomeRun Duo + Quatro
Sage Mini Client on Amazon Fire Sticks and Android TVs
Reply With Quote
  #2  
Old 11-12-2018, 10:17 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by dinki View Post
Hey guys. Looking to spin up a SageTV docker. I tried following the instructions from the original thread but kept getting an error after running docker pull stuckless/sagetv-server-java10:

Code:
root@omv:/sharedfolders/media/tv/plex_dvr_tv# docker run --name --priviledged -t -i sagetv  -v /sharedfolders/media/tv/sagetv/:/var/media -v /sharedfolders/appdata/Sagetv/var/:/var/mediaext -v /sharedfolders/appdata/Sagetv/opt/:/opt/sagetv --net host --env PUID=1000 -end PGID=100 --env OPT_COMSKIP=Y --env JAVA_MEM_MB=1024  --env OPT_SETPERMS=Y  --restart=always  stuckless/sagetv-server-java10
Unable to find image 'sagetv:latest' locally
docker: Error response from daemon: pull access denied for sagetv, repository does not exist or may require 'docker login'.
See 'docker run --help'.
I see there's a bunch of options at https://hub.docker.com/u/stuckless/ . What should I be using? I'm just wanting to run a headless server on docker (not unraid). I'll also be needing to install OpenDCT as well.

Thanks
Can you pull it, separately?

Code:
docker pull stuckless/sagetv-server-java10
Reply With Quote
  #3  
Old 11-12-2018, 10:23 AM
dinki's Avatar
dinki dinki is offline
Sage Expert
 
Join Date: Mar 2006
Posts: 682
This is what I get:

Code:
root@omv:/sharedfolders/media/tv/plex_dvr_tv# docker pull stuckless/sagetv-server-java10
Using default tag: latest
latest: Pulling from stuckless/sagetv-server-java10
Digest: sha256:1e0b483d9546e3dbd22aa37b14219c71cb27889dcea61def64d744dd7443594b
Status: Image is up to date for stuckless/sagetv-server-java10:latest
root@omv:/sharedfolders/media/tv/plex_dvr_tv# docker run --name --priviledged -t -i sagetv  -v /sharedfolders/media/tv/sagetv/:/var/media -v /sharedfolders/appdata/Sagetv/var/:/var/mediaext -v /sharedfolders/appdata/Sagetv/opt/:/opt/sagetv --net host --env PUID=1000 -end PGID=100 --env OPT_COMSKIP=Y --env JAVA_MEM_MB=1024  --env OPT_SETPERMS=Y  --restart=always  stuckless/sagetv-server-java10
Unable to find image 'sagetv:latest' locally
docker: Error response from daemon: pull access denied for sagetv, repository does not exist or may require 'docker login'.
See 'docker run --help'.
Is sagetv:latest the same as sagetv-server-java10? Admittedly, I'm pretty new to docker but I have installed about six or seven containers without much problem.
__________________
Intel Core i5-2500, 16GB RAM, OMV Linux 4.17, 3 TB of Data
SageTV 9 Docker, Open DCT Docker
Silicondust HDHomeRun Duo + Quatro
Sage Mini Client on Amazon Fire Sticks and Android TVs
Reply With Quote
  #4  
Old 11-12-2018, 11:33 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
I was able to pull it from my work machine (that has never seen sagetv), so, the pull woks. It seems like to me that your default docker registry is not valid. Does docker have a --debug or --verbose kind of flag that can be used to see more information about what it's trying to do?
Reply With Quote
  #5  
Old 11-12-2018, 11:35 AM
dinki's Avatar
dinki dinki is offline
Sage Expert
 
Join Date: Mar 2006
Posts: 682
I'll have to check.

To my original question, what version of SageTV should I be trying to install? The sagetv-server-java10 is the one to use?

Thanks again for the help
__________________
Intel Core i5-2500, 16GB RAM, OMV Linux 4.17, 3 TB of Data
SageTV 9 Docker, Open DCT Docker
Silicondust HDHomeRun Duo + Quatro
Sage Mini Client on Amazon Fire Sticks and Android TVs
Reply With Quote
  #6  
Old 11-12-2018, 12:01 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by dinki View Post
I'll have to check.

To my original question, what version of SageTV should I be trying to install? The sagetv-server-java10 is the one to use?

Thanks again for the help
The version won't matter so much. I just try to keep it current. So I should probably create a Java 11 container as well at some point.
Reply With Quote
  #7  
Old 11-12-2018, 12:04 PM
dinki's Avatar
dinki dinki is offline
Sage Expert
 
Join Date: Mar 2006
Posts: 682
I just gave it a try again using the webgui for creating docker images on my distro and was able to get it up and running. I guess something was wonky with my command line options for the docker run. I'm using OpenMediaVault for what it's worth.

Thanks again for the help.
__________________
Intel Core i5-2500, 16GB RAM, OMV Linux 4.17, 3 TB of Data
SageTV 9 Docker, Open DCT Docker
Silicondust HDHomeRun Duo + Quatro
Sage Mini Client on Amazon Fire Sticks and Android TVs
Reply With Quote
  #8  
Old 11-12-2018, 02:42 PM
dinki's Avatar
dinki dinki is offline
Sage Expert
 
Join Date: Mar 2006
Posts: 682
**Moved to separate thread **
__________________
Intel Core i5-2500, 16GB RAM, OMV Linux 4.17, 3 TB of Data
SageTV 9 Docker, Open DCT Docker
Silicondust HDHomeRun Duo + Quatro
Sage Mini Client on Amazon Fire Sticks and Android TVs

Last edited by dinki; 11-13-2018 at 02:00 PM.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
install Previous version xjim1 SageTV Software 20 11-17-2017 06:55 PM
How to install a new version of SageTV Opus4 SageTV Beta Test Software 41 10-24-2015 02:08 PM
Clueless on fresh install of version 9 bnr0723 SageTV Github Development 1 10-11-2015 10:32 AM
Linux version install errors rschellenberg SageTV Linux 4 08-06-2006 09:16 PM
Best way to install a new version 1972 SageTV Software 2 04-06-2005 05:50 PM


All times are GMT -6. The time now is 03:24 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.