cccf-docker-instructions
Version:
cccf and cccf-docker -> docker cli instructions
17 lines • 439 B
JSON
[{
"id" : "app1",
"image" : "megacorp/webapp",
"cmd" : "python server.py",
"ports" : ["80:80"],
"env" : ["FOO=BAR"],
"volumes" : ["/tmp:/tmp"],
"expose" : ["8000","3000"]
},{
"id" : "app2",
"image" : "megacorp/webapp",
"cmd" : "python server.py",
"ports" : ["443:443"],
"env" : ["FOO=BAR"],
"volumes" : ["/tmp:/tmp"],
"expose" : ["8000","3000"]
}]