UNPKG

516 BJSONView Raw
1[
2 {
3 "id" : "app1",
4 "image" : "megacorp/webapp",
5 "cmd" : "python server.py",
6 "ports" : ["80:80"],
7 "env" : ["FOO=BAR"],
8 "links" : ["$redis"],
9 "volumes" : ["/tmp:/tmp"],
10 "expose" : ["8000","3000"]
11 },
12 {
13 "id" : "app2",
14 "image" : "megacorp/webapp",
15 "cmd" : "python server.py",
16 "ports" : ["80:80"],
17 "env" : ["FOO=BAR"],
18 "links" : ["$redis"],
19 "volumes" : ["/tmp:/tmp"],
20 "expose" : ["8000","3000"]
21 }
22]
\No newline at end of file