UNPKG

245 BJSONView Raw
1{
2 "id" : "app",
3 "image" : "megacorp/webapp",
4 "cmd" : "python server.py",
5 "ports" : ["80:80"],
6 "env" : ["FOO=BAR"],
7 "links" : ["$redis"],
8 "volumes" : ["/tmp:/tmp"],
9 "expose" : ["8000","3000"]
10}