logoalt Hacker News

GL26today at 3:13 PM1 replyview on HN

nice ! does this work on docker containers ?


Replies

colinmcdtoday at 3:25 PM

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...