Skip to content

jtrouth/hello-there-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello There

This is a sample of a Dockerized application built with NodeJS and Express. It will display a random quote from the Star Wars franchise.

Running the application

docker run -d --name hello-there -p 8080:8080 jtrouth/hello-there

Optionally, you can specify the environment variable PORT to change the listening port from the default of 8080.

About

An example NodeJS Dockerized application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published