Node alpine container for building stuff (when on windows)
1.6K
Node alpine container for rebuilding stuff (when on windows host)
When you npm install some module that has native bindings, it'll install the host version of the module.
This container helps with overwriting usually the build directory with a node alpine compatible native module.
In the example is argon2, if you try to use Windows Host and Docker Machine, it's a no-go

docker run -v /virtualbox-mount-from-windows/project/node_modules/argon2:/usr/src/app pocesar/node-alpine-gyp:latest
docker run -v /your/failing/node_modules/package/:/usr/src/app pocesar/node-alpine-gyp:6
# docker run -v /your/failing/node_modules/package/:/usr/src/app pocesar/node-alpine-gyp:7
MIT
Content type
Image
Digest
Size
94.6 MB
Last updated
over 9 years ago
docker pull pocesar/node-alpine-gyp