10000 GitHub - schuhu/townhall
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

schuhu/townhall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Town Hall

Run a demo web application Takes the name from a http header (istio integration) Takes the verb from an environment variable (hcv integration)

Build and Push

echo $PAT | docker login ghcr.io --username schuhu --password-stdin
    docker build --tag townhall .
docker tag townhall ghcr.io/schuhu/townhall:1.0.23
docker push ghcr.io/schuhu/townhall:1.0.23

Run in docker

docker run -p 0.0.0.0:8080:8080/tcp  --env VERB=delighted townhall

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0