burmilla / os

Tiny Linux distro that runs the entire OS as Docker containers
https://burmillaos.org
Apache License 2.0
210 stars 13 forks source link

Node problems related to docker version? #159

Closed pwFoo closed 1 year ago

pwFoo commented 1 year ago

Hi,

running BurmillaOS v2.0.0-beta6 with system-docker 17.06.107 and user-docker 20.10.9 and have problems to run node applications like code-server or easypeers inside of docker containers.

Found that node / docker version related issue: https://github.com/nodejs/node/issues/43064

Because of setup with system- and user-docker I'm not sure if both need to be upgraded to get node applications running?

pwFoo commented 1 year ago

Upgrade user-docker to 23.0.0 fails with restarting dockerd. Downgraded to 20.10.9

olljanat commented 1 year ago

Found that node / docker version related issue: nodejs/node#43064

As far I understand they are talking more about downgrading, not upgrading Docker version? Especially on https://github.com/nodejs/node/issues/43064#issuecomment-1504009761 or alternatively upgrading Node version.

Can you share full example if issue?

Upgrade user-docker to 23.0.0 fails with restarting dockerd. Downgraded to 20.10.9

23.0.0 is already old and know buggy version. It is better to use latest 23.0.x instead of. Or even 24.0.x. I haven't seen issues with those on beta7 drafts.

olljanat commented 1 year ago

Can you test with v2.0.0-beta7 and if still not works then provide more details about this?

pwFoo commented 1 year ago

Hi @olljanat, updated to beta7 and it really fixed my node problem!!! Thanks, good job👍