@Makis wrote:
I just migrate my hassio from raspberry to intel nuc with desktop ubuntu 18.4
I followed this guide
I uploaded a snapshot and almost everything seems fine.
I have 2 problems.
I cannot install porteiner (step 8 in the guide) When I enter the command I get the followingroot@makis-NUC7PJYH:/home/makis# sudo docker run -d -p 9000:9000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock –v docker: invalid reference format. See 'docker run --help'. root@makis-NUC7PJYH:/home/makis# portainer_data:/data portainer/portainer bash: portainer_data:/data: No such file or directory root@makis-NUC7PJYH:/home/makis# sudo docker run -d -p 9000:9000 --name portainer --restart always -v /var/run/docker.sock:/var/run/docker.sock –v docker: invalid reference format. See 'docker run --help'. root@makis-NUC7PJYH:/home/makis# portainer_data:/data portainer/portainer bash: portainer_data:/data: No such file or directory
Can someone tell me what the problem is because I am not familiar at all with linux in general?
My second problem is with SSH addon
I install the addon inside HA and I set a password.
When I try to login with Putty (win10) I set the username as root and when I enter the password I getlogin as: root root@192.168.1.25's password: Access denied root@192.168.1.25's password:
Any help on this will be much appreciated
Posts: 1
Participants: 1