Git Product home page Git Product logo

Comments (17)

stefaang avatar stefaang commented on June 14, 2024

Twonky is the DLNA server that ships with the WD firmware. Its management service runs on port 9000.
Portainer is an example container for your docker environment... it also tries to run on port 9000.

You have a few options.

  • Disable DLNA in the WD web UI, then restart the portainer container via ssh (or reinstall docker)
  • Stop/Remove portainer and run it on another port. You may want to edit the redirect in /shares/Volume_1/Nas_Prog/docker/web/index.html to point to the new port.

from wdpksrc.

akanoodles avatar akanoodles commented on June 14, 2024

Hey @stefaang I tried both methods and still no luck.

from wdpksrc.

stefaang avatar stefaang commented on June 14, 2024

Please provide some more info

netstat -tulpn | grep 9000
docker ps

from wdpksrc.

akanoodles avatar akanoodles commented on June 14, 2024

Sorry, I'm a noob at this, I have turned on SSH on my WD mycloud, setup a password. Used Terminal to try and ssh into the drive. But keep getting denied password. I also can't remove the original install of docker via the Web UI. reboot and it is always still there.

from wdpksrc.

stefaang avatar stefaang commented on June 14, 2024

Sorry, I can't help you to setup SSH access. Try searching the forum for a guide.

from wdpksrc.

akanoodles avatar akanoodles commented on June 14, 2024

Ok, I'm in now
Screenshot 2019-05-29 at 14 21 49

from wdpksrc.

stefaang avatar stefaang commented on June 14, 2024

Now try this

cd /shares/Volume_1/Nas_Prog/docker
docker run -d -p 9000:9000 --restart always \
     -v /var/run/docker.sock:/var/run/docker.sock \
     -v $(pwd)/portainer:/data portainer/portainer

FYI, the netstat command is used here to check if any process is running on port 9000. It didn't find any. Docker ps shows currently running docker containers, but there's none.

from wdpksrc.

akanoodles avatar akanoodles commented on June 14, 2024

Screenshot 2019-05-29 at 14 36 19

from wdpksrc.

akanoodles avatar akanoodles commented on June 14, 2024

Yeah so, that what my problem is that the bin file doesnt work on port 9000

from wdpksrc.

stefaang avatar stefaang commented on June 14, 2024

Right, you tried uninstalling, so the daemon is not initialized.
Remove docker.

cd /shares/Volume_1/Nas_Prog
del_apkg docker
rm -rf _docker docker

Reinstall docker.
PS, you may just select the text and put it in code tags (triple backquote)

from wdpksrc.

akanoodles avatar akanoodles commented on June 14, 2024

Awesome! Portainer now running!!!!

from wdpksrc.

akanoodles avatar akanoodles commented on June 14, 2024

Thank you so much for your help, awesome work!

from wdpksrc.

stefaang avatar stefaang commented on June 14, 2024

np.

from wdpksrc.

maxence-leblanc avatar maxence-leblanc commented on June 14, 2024

Right, you tried uninstalling, so the daemon is not initialized.
Remove docker.

cd /shares/Volume_1/Nas_Prog
del_apkg docker
rm -rf _docker docker

Reinstall docker.
PS, you may just select the text and put it in code tags (triple backquote)

Hello, how do you reinstall docker pls ?

from wdpksrc.

stefaang avatar stefaang commented on June 14, 2024

You use those commands to delete docker.
Then upload the docker binary via WD web interface.

If anything went wrong, you could run the installer manually.

cd /shares/Volume_1/Nas_Prog/docker

Disable the copy step

sed -i 's@cp -rf@#cp -rf@' install.sh

Then run the installer

./install.sh . ..

If anything goes wrong, create a new ticket.

from wdpksrc.

latinoheat81 avatar latinoheat81 commented on June 14, 2024

hi someone could you tell me if it is possible to install Docker on wd my cloud 1 bay os5? if you can could you please tell me how to do it thanks in advance

from wdpksrc.

phyppe avatar phyppe commented on June 14, 2024

Ok, I'm in now Screenshot 2019-05-29 at 14 21 49

How do you get access I can't do it cause it says the password is wrong

from wdpksrc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.