youngs/guid
simple test app. return guid and continer id.
10K+
port 9009
e.g. docker run -d -p 9009:9009 --name app1 youngs/guid
curl localhost:9009/guid -> return guid json format curl localhost:9009/ipaddr -> return container ip address json format
docker pull youngs/guid