Docker Image for node apps with alpine linux, zeromq and native dependencies
100K+
Docker Image for node apps with alpine linux, krb5, zeromq and native dependencies
Supported tags and respective Dockerfile links
FROM lgatica/node-zmq:onbuild
# replace this with your application's default port
EXPOSE 3000
You can then build and run the Docker image:
docker build -t my-nodejs-app .
docker run -it --rm --name my-running-app my-nodejs-app
The image assumes that your application has a file named package.json listing its dependencies and defining its start script.
Content type
Image
Digest
Size
91.6 MB
Last updated
over 8 years ago
docker pull lgatica/node-zmq