Jump to content

Docker unknown OS


Vin

Recommended Posts

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

 

 

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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 :)

 

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines