M
Size: a a a
M
M
AS
AS
M
AS
M
AS
AS
AS
AS
AS
AS
AS
M
user@ubuntuSRV:~$ sudo docker exec -it appdaemon data
OCI runtime exec failed: exec failed: container_linux.go:345: starting container process caused "exec: \"data\": executable file not found in $PATH": unknown
M
AS
AS
M
sudo mkdir homeassistant
sudo docker run --init -d --name="home-assistant" -v /home/user/homeassistant:/config -v /etc/localtime:/etc/localtime:ro --net=host homeassistant/home-assistant
sudo chmod -R 0777 /home/user/homeassistant/
AS