Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 253 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 253 Bytes

Build and Run

docker build -t test .

# Display env vars
docker run -it --rm --env=FEM_INSTRUCTOR=Erik --env=FEM_LOCATION=Minneapolis -p 8080:80 test

# Greet
curl http://localhost:8080

# Display env vars
curl http://localhost:8080/env