Test docker app from the Udemy Course.
Runs a simple node-js app. Supposed to listen on localhost port 80, redirects to port 3000
Can run using: docker container run --rm -p 80:3000 wlewis95/nodejsapp
Test that it works by going to localhost:80 (in browser)
Content type
Image
Digest
Size
21.5 MB
Last updated
over 7 years ago
docker pull wlewis95/nodejsapp