Hi,
thx voor je bericht,
Ik heb geprobeerd met sudo -i op de laatste stap waar ik niet verder kom.
Dit is dan commando : linuxserver/mysql hier heb ik sudo -i voor geplakt, dus krijg ik : sudo -i linuxserver/mysql
Echter helaas nog zonder succes.
Mijn admin@nas is groen, wat zou betekenen dat ik root toegang heb ?
Wat gaat hier nog fout, enig idee ?
Zie onderstaande van wat ik geprobeerd heb :
login as: admin
admin@10.0.1.2's password:
Could not chdir to home directory /var/services/homes/admin: No such file or dir ectory
admin@NAS:/$ docker create \
> --name=mysql \
> -p 3307:3306 \
> -e PGID=100 -e PUID=1024 \
> -e MYSQL_ROOT_PASSWORD=mysql123 \
> -v /volume1/docker/mysql/config:/config \
> sudo -i linuxserver/mysql
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.29/containers/create?name=mysql: dial unix /var/run/docker.sock: connect: permission denied
admin@NAS:/$ -i linuxserver/mysql
-sh: -i: command not found
admin@NAS:/$ sudo linuxserver/mysql
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
Password:
sudo: linuxserver/mysql: command not found