New here..Pluto TV

I see that one might be able to add Pluto TV channels to Channel DVR? If so, can someone point me in the correct direction to get this. My Channels DVR is on a MyCloud.


This is the main post for Pluto, the first post there has instructions.

Thanks.....I was able to install Docker on my Mycloud but I have no clue how to run

docker run -d --restart unless-stopped --name pluto-for-channels -p 8080:80 jonmaddox/pluto-for-channels

I get:
'docker' is not recognized as an internal or external command,
operable program or batch file.

When running from a command prompt.....

2 Likes

I don't use mycloud but it sounds like you are running that command on windows. I believe that you need to ssh into the device and run that command

You need to ssh into your mycloud and issue CMD below . I use Putty.
Download Putty (0.75) for Windows, Linux and Mac - Install SSH in PuTTY (puttygen.com)

docker run -d --restart unless-stopped --name pluto-for-channels -p 8080:80 jonmaddox/pluto-for-channels

Thanks. Using Putty to SSH did the trick.

3 Likes