UNPKG

cccf

Version:

Common Container Configuration Format

11 lines (10 loc) 245 B
{ "id" : "app", "image" : "megacorp/webapp", "cmd" : "python server.py", "ports" : ["80:80"], "env" : ["FOO=BAR"], "links" : ["$redis"], "volumes" : ["/tmp:/tmp"], "expose" : ["8000","3000"] }