Files
deb-python-dcos/tests/data/marathon/sleep.json
2015-01-26 13:32:33 -08:00

12 lines
171 B
JSON

{
"id": "test-app",
"cmd": "sleep 1000",
"cpus": 0.1,
"mem": 16,
"instances": 1
"labels": [
"PACKAGE_ID": "test-app",
"PACKAGE_VERSION": "1.2.3"
]
}