docker run - d
Can be successfully executed on the server end,
Now prepared by marathon run container, in a marathon json file, define "parameters" : [{" key ":" detach ", "value" : "true"}, see the log also successfully parsed to - detach parameters, but in the process of operation, will be repeated constantly run N container,
How do I solve?