← Back to context Comment by GL26 9 hours ago nice ! does this work on docker containers ? 1 comment GL26 Reply colinmcd 8 hours ago Yep, full support on macOS, Linux, Windows. No official image yet (I'll start on this now) but you can get started with something like this. FROM node:26-slim RUN npm i -g @nubjs/nub Works with any Node version down to 18.19 but recommend 22.15+ for best performance (that's when synchronous registerHooks was introduced[0])[0] https://nodejs.org/api/module.html#moduleregisterhooksoption...
colinmcd 8 hours ago Yep, full support on macOS, Linux, Windows. No official image yet (I'll start on this now) but you can get started with something like this. FROM node:26-slim RUN npm i -g @nubjs/nub Works with any Node version down to 18.19 but recommend 22.15+ for best performance (that's when synchronous registerHooks was introduced[0])[0] https://nodejs.org/api/module.html#moduleregisterhooksoption...
Yep, full support on macOS, Linux, Windows. No official image yet (I'll start on this now) but you can get started with something like this.
Works with any Node version down to 18.19 but recommend 22.15+ for best performance (that's when synchronous registerHooks was introduced[0])
[0] https://nodejs.org/api/module.html#moduleregisterhooksoption...