NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 … 26 27 28 29 30 … 34 Next »
Docker

 
  • 0 Vote(s) - 0 Average
Docker
Paulo
Offline

Member

Posts: 50
Threads: 4
Joined: Jan 2020
#1
2020-01-06, 08:27 PM
hi

I tried to install via docker on Libreelec, but not effectively, I was looking for more information about deamon because it causes the server to not start

will I find any step-by-step tutorial here

this one not work or i'm do semething wrong
https://forums.nextpvr.com/showthread.php?tid=59389

thanks
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,112
Threads: 957
Joined: May 2006
#2
2020-01-06, 08:36 PM
I don't think anyone has made a step by step guide for docker but the biggest issue people have been having is not understanding the" \" in sub's instructions is simply a continuation character rather then showing one long line.

Martin
Paulo
Offline

Member

Posts: 50
Threads: 4
Joined: Jan 2020
#3
2020-01-06, 09:44 PM
I think it is installed but I don't know if it's correct
sudo commands do not work for this I asked this question ,maybe someone has already done it on libreelec


error
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.

I can't find any information about the daemon in coreelec he is as an adon (I think I don't remember exactly)
Paulo
Offline

Member

Posts: 50
Threads: 4
Joined: Jan 2020
#4
2020-01-07, 04:20 PM
OK, I spent a few minutes reading and @cubimol guided me from the coreelec forum

for LibreELEC oficial version kodi 18.5 Generic x86_64 (intel x64) & LibreELEC I tested on Amlogic S905X2

Install Docker addon from repository coreelec for coreelec , libreelec for libreelec

after connect your device with putty

For CoreELEC command is, each command is separate and enter

Code:
docker image pull nextpvr/nextpvr_arm32v7

Code:
docker run -d \

Code:
--volume /storage/nextpvr/config:/config \

Code:
--volume /storage/nextpvr/videos:/recordings \
Code:
--volume /storage/nextpvr/videos:/buffer \
Code:
--publish 8866:8866 \
Code:
nextpvr/nextpvr_arm32v7:latest

you can now start the settings in your browser

For LibreELEC command is, each command is separate & enter

Code:
docker image pull nextpvr/nextpvr_amd64


Code:
docker image pull nextpvr/nextpvr_amd64


Code:
docker run -d \

Code:
--volume /storage/nextpvr/config:/config \

Code:
--volume /storage/nextpvr/videos:/recordings \

Code:
--volume /storage/nextpvr/videos:/buffer \

Code:
--publish 8866:8866 \

Code:
nextpvr/nextpvr_amd64:latest

you can now start the settings in your browser

after ftp connect

[b][b][Image: 2020-01-07-16h09-45.png]
[Image: 2020-01-07-16h12-23.png]
[/b][/b]

now the auto star remains, but I don't know how to do it

I have to spend some more time learning


Or maybe you know how and where to put the auto start script?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,112
Threads: 957
Joined: May 2006
#5
2020-01-07, 05:12 PM (This post was last modified: 2020-01-07, 07:38 PM by mvallevand.)
I just created a setup on CoreElec with the one line method and it worked. If you save this as a sh file chmod +x and run it is should work after enabling the docker addon in CoreElec

Code:
docker image pull nextpvr/nextpvr_arm32v7
mkdir /storage/nextpvr
mkdir /storage/nextpvr/livetv
docker run -d \
    --name=nextpvr \
    --restart unless-stopped \
    --volume /storage/nextpvr/config:/config \
    --volume /storage/tvshows:/recordings \
    --volume /storage/videos:/movies \
    --volume /storage/nextpvr/livetv:/buffer \
    --publish 8866:8866 \
    nextpvr/nextpvr_arm32v7:latest

I gave it a name which makes it easier to control and it has the restart I also put my recordings in with CoreElec tvshows so I can have them in the Video Library and added the videos folder too for movies if I want to separate those by creating a extra directory via the browser.

Martin
Paulo
Offline

Member

Posts: 50
Threads: 4
Joined: Jan 2020
#6
2020-01-07, 07:37 PM (This post was last modified: 2020-01-07, 07:48 PM by Paulo.)
thanks

docker: Error response from daemon: driver failed programming external connectivity on endpoint great_shirley (ca9ffb495bb4a515f996e4f5da7085911531644d2721cdba4c40): Bind for 0.0.0.0:8866 failed: port is already allocated.

I don't know if I have to reinstall now?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,112
Threads: 957
Joined: May 2006
#7
2020-01-07, 07:53 PM
I actually added another line to the setup because I like my logs in localtime not UTC

--volume /etc/localtime:/etc/localtime:ro \

Martin
Paulo
Offline

Member

Posts: 50
Threads: 4
Joined: Jan 2020
#8
2020-01-07, 07:58 PM
ok I give up
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,112
Threads: 957
Joined: May 2006
#9
2020-01-07, 08:01 PM
What do you mean and what are you trying to do?

Martin
Paulo
Offline

Member

Posts: 50
Threads: 4
Joined: Jan 2020
#10
2020-01-07, 08:10 PM (This post was last modified: 2020-01-07, 08:14 PM by Paulo.)
I'm trying to do uninstall or reinstall
but i have a problem

I wanted to use the script from your #5 post

effect:
docker: Error response from daemon: driver failed programming external connectivity on endpoint great_shirley (ca9ffb495bb4a515f996e4f5da7085911531644d2721cdba4c40): Bind for 0.0.0.0:8866 failed: port is already allocated.

everything was ok now something is screwed up

Coreelec:
[Image: coreelec.png]

LibreELEC
[Image: libreelec.png]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  EGP Docker time off jrockow 2 634 2024-04-01, 01:43 PM
Last Post: jrockow

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode