readynas-docker-cli icon indicating copy to clipboard operation
readynas-docker-cli copied to clipboard

Usage question

Open bndw opened this issue 6 years ago • 6 comments

Does installing this through the readynas admin page install docker, or is this a cli client wrapper you've written for docker?

I'd like to install docker and manage it through ssh access, but I'm having trouble tracking down any documentation. Thanks!

image

bndw avatar Feb 23 '19 01:02 bndw

Same question, how to use it???

admin@Fort:~/Docker/TasmoAdmin/data$ docker run hello-world
docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.38/containers/create: dial unix /var/run/docker.sock: connect: permission denied.
See 'docker run --help'.

ptath avatar Apr 04 '19 18:04 ptath

@ptath try it with sudo

sudo docker run hello-world

Let me know if this works for you, as it answers my original question

bndw avatar Apr 05 '19 16:04 bndw

@ptath try it with sudo

sudo docker run hello-world

Let me know if this works for you, as it answers my original question

This is ReadyNASOS =)

[email protected]'s password: 

Welcome to ReadyNASOS 6.9.5

Last login: Thu Apr  4 22:30:37 2019 from mbp.local
admin@Fort:~$ sudo
-bash: sudo: command not found
admin@Fort:~$ 

ptath avatar Apr 05 '19 17:04 ptath

You can log into the ReadyNAS as root. The root login is the same as the admin user.

Mhynlo avatar May 24 '19 01:05 Mhynlo

@Mhynlo Can you confirm the following steps are correct?

  1. Install the app. This installs docker on the ReadyNAS
  2. ssh to the ReadyNAS as the root user, you can now use the docker command.

bndw avatar May 28 '19 18:05 bndw

Just add the relevant user(s) to the docker group: root@ReadyNAS:~# usermod -a -G docker <user>

wettergrenr avatar Jun 21 '19 11:06 wettergrenr