Home > other >  Marathon running docker container
Marathon running docker container

Time:09-25

I have a container services, for example, after one run
 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?
  • Related