Sign inSign up

richmans/minidemo

By richmans

Updated over 6 years ago

Demo app for minicloud

Image
0

64

richmans/minidemo repository overview

Minidemo

A quick flask app to demo minicloud

to run:

docker build -t minidemo . 
docker run -p 5000:5000 minidemo

to test:

$ curl -X PUT http://localhost:5000/world --data 'greeting=hello world'  
{"world": "hello world"}
$ curl http://localhost:5000/world
"hello world"

Tag summary

Content type

Image

Digest

Size

338.3 MB

Last updated

over 6 years ago

docker pull richmans/minidemo