Vin Posted October 12, 2020 Posted October 12, 2020 Hello together, for a few months im running into this problem, where i cannot initiate a docker container, it will return following error message. docker: unknown server OS: sudo -u Username docker run -d \ --name=deconz \ --net=host \ --restart=always \ -v /etc/localtime:/etc/localtime:ro \ -v /opt/deconz:/root/.local/share/dresden-elektronik/deCONZ \ --device=/dev/ttyACM0 \ -e DECONZ_VNC_MODE=1 \ -e DECONZ_WEB_PORT=82 \ -e DECONZ_WS_PORT=8443 \ marthoc/deconz Linux rock64 5.8.13-rockchip64 #20.08.7 SMP PREEMPT Fri Oct 2 10:36:32 CEST 2020 aarch64 GNU/Linux Anbody can help? Thank you in advance. Best Regards Sven
JMCC Posted October 12, 2020 Posted October 12, 2020 I see you are using mainline (current) kernel, try legacy. Also, have you tried different versions of docker (official docker repos vs. distro repos)? I can confirm docker runs well on the rock64 with legacy kernel and Bionic package (apt install docker.io)
Vin Posted December 13, 2020 Author Posted December 13, 2020 Found the solution to this problem, just start it witout sudo docker run -d \ --name=deconz \ --net=host \ --restart=always \ -v /etc/localtime:/etc/localtime:ro \ -v /opt/deconz:/root/.local/share/dresden-elektronik/deCONZ \ --device=/dev/ttyACM0 \ -e DECONZ_VNC_MODE=1 \ -e DECONZ_WEB_PORT=82 \ -e DECONZ_WS_PORT=8443 \ marthoc/deconz JMCC thanks anyway for the reply
Recommended Posts