zwave-js / zwave-js-ui

Full featured Z-Wave Control Panel UI and MQTT gateway. Built using Nodejs, and Vue/Vuetify
https://zwave-js.github.io/zwave-js-ui
MIT License
919 stars 196 forks source link

Cannot update docker image - unsupported schema version 2 #3659

Closed yetdog closed 2 months ago

yetdog commented 2 months ago

I have historically leveraged the docker-compose.yml file as provided on the documentation site to create/run/update my zwave-js-ui container. I log into my VM, issue a "docker-compose pull" and then up the container after it's pulled the latest image.

Today, however, I receive this error:

[+] Running 0/1
 ⠼ zwave-js-ui Pulling                                                                                                                                                0.5s
unsupported schema version 2

Can't find much about this error. Any ideas?

yetdog commented 2 months ago

It looks like it was due to an outdated docker-client version.