APPID
~$ docker run --rm -d -e APPID=2222 -p 2222:9999 pengshp/proxy-app:latest
~$ docker run --rm -d -e APPID=3333 -p 3333:9999 pengshp/proxy-app:latest
~$ curl localhost:2222
appid: 2222 home page: says hello!
~$ curl localhost:2222/app1
appid: 2222 app1 page: says hello!
~$ curl localhost:2222/app2
appid: 2222 app2 page: says hello!
~$ curl localhost:2222/admin
appid: 2222 ADMIN page: very few people should see this
Content type
Image
Digest
Size
27.5 MB
Last updated
over 5 years ago
docker pull pengshp/proxy-app