You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few months ago I was at DockerCon and @proppy asked if it was possible to statically compile Node.js and use the resulting binary to create a very small Docker image with just Node.js. I'm in SF this week and during a hack-a-thon at Joyent I put that out there and it turns out it's pretty easy:
I think this would be an interesting variant we could provide. It would require a some doc on how to use it and how to use it as a base for other images.
The text was updated successfully, but these errors were encountered:
A few months ago I was at DockerCon and @proppy asked if it was possible to statically compile Node.js and use the resulting binary to create a very small Docker image with just Node.js. I'm in SF this week and during a hack-a-thon at Joyent I put that out there and it turns out it's pretty easy:
https://hub.docker.com/r/joshwilsdon/nodejs/
I took the above and put together a rough build process/proof-of-concept:
https://hub.docker.com/r/chorrell/node-minimal/
I think this would be an interesting variant we could provide. It would require a some doc on how to use it and how to use it as a base for other images.
The text was updated successfully, but these errors were encountered: