UNPKG
cccf
Version:
latest (3.3.0)
3.3.0
3.2.1
3.2.0
3.1.0
3.0.0
2.1.0
2.0.0
1.0.1
1.0.0
Common Container Configuration Format
github.com/asbjornenge/cccf
asbjornenge/cccf
cccf
/
example.json
11 lines
(10 loc)
•
245 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"id"
:
"app"
,
"image"
:
"megacorp/webapp"
,
"cmd"
:
"python server.py"
,
"ports"
: [
"80:80"
],
"env"
: [
"FOO=BAR"
],
"links"
: [
"
$redis
"
],
"volumes"
: [
"/tmp:/tmp"
],
"expose"
: [
"8000"
,
"3000"
] }