Hello world web app written in nodejs using express.
Pull the image
docker pull brohitdev/express-hello-world:latest
Run
docker run -p 8080:6000 -d brohitdev/express-hello-world:latest
Access
version: '2'
services:
hello-world:
image: 'brohitdev/express-hello-world:latest'
ports:
- '8080:6000'
Run
docker-compose up -d
Access
Content type
Image
Digest
Size
36.7 MB
Last updated
over 5 years ago
docker pull brohitdev/express-hello-world