eclipse-iofog/iofog.org

Will ioFog support microservices stop and start?

xiuyouxu opened this issue · 0 comments

I am working on a project with ioFog as the ECN. We want to update the microservice on the Agent by running a new version container of the microservice. The steps with ioFog to do a update are

  1. remove the old version container
  2. running the new version container. Before that the new version image should be pulled by the Agent.

Steps we want

  1. pull the new version image
  2. stop the old version container
  3. running the new version container
  4. remove the old version container
    I do not find REST API(https://iofog.org/docs/2/reference-controller/rest-api.html#/) for microservice stop and start, will ioFog support these two in the future? Thanks.