You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
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