An Ubuntu 14.04 based image, featuring s6 process management, nginx and nodejs.
2.4K
An image for using both Nginx and Node.js within the same container. This is a combination of [smebberson/nginx][smebbersonnginx] and smebberson/nodejs.
What's the use case for such a container?
My scenario:
To use this image include FROM smebberson/nodejs at the top of your Dockerfile.
From there you can:
#!/usr/bin/env bash
# cd into our directory
cd /app
# start our node.js application
exec node server.js;
Content type
Image
Digest
sha256:cde835b14…
Size
146.8 MB
Last updated
over 11 years ago
docker pull smebberson/nginx-nodejs