Will ioFog support microservices stop and start?
xiuyouxu opened this issue · 0 comments
xiuyouxu commented
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
- remove the old version container
- running the new version container. Before that the new version image should be pulled by the Agent.
Steps we want
- pull the new version image
- stop the old version container
- running the new version container
- 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.