UNPKG

marathon-validate

Version:

A tiny command line tool to validate application or group configuration files for Marathon

16 lines 277 B
{ "id": "predictionio-server", "container": { "docker": { "image": "tobilg/mini-webserver", "network": "BRIDGE", "portMappings": [ { "containerPort": 80 } ] }, "type": "DOCKER" }, "cpus": 0.2, "mem": 128, "instances": 1 }