readynas-docker-cli
readynas-docker-cli copied to clipboard
Usage question
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!
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 try it with sudo
sudo docker run hello-world
Let me know if this works for you, as it answers my original question
@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:~$
You can log into the ReadyNAS as root. The root login is the same as the admin user.
@Mhynlo Can you confirm the following steps are correct?
- Install the app. This installs
docker
on the ReadyNAS - ssh to the ReadyNAS as the
root
user, you can now use thedocker
command.
Just add the relevant user(s) to the docker group:
root@ReadyNAS:~# usermod -a -G docker <user>