Skip to content

olmesm/environment-test-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment Test Image

Useful for testing if environment variables are being correctly passed through to the running container.

Requires

Running

# Build the image and tag as "test-image"
docker build -t test-image .

# Run the image
docker run --rm -it -p 3000:3000 test-image:latest

# Run the image with TEST_MESSAGE set
docker run --rm -it -p 3000:3000 -e TEST_MESSAGE="Working" test-image:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published