This repository was archived by the owner on Nov 27, 2023. It is now read-only.
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
ACI : display progress on docker start, like on docker run #547
Open
Description
Description
`docker start on ACI restarts the ACI node, pulls the image and restarts the container. This can be long, and it's useful for users to see what is happening.
We need to hook progress display like in the Run implementation
Steps to reproduce the issue:
docker --context aci run nginx --name nginx
docker --context aci stop nginx
docker --context aci start nginx
- We want to see progress display with 1 step for group creation and one for container start