Skip to content
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
@gtardif

Description

@gtardif

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:

  1. docker --context aci run nginx --name nginx
  2. docker --context aci stop nginx
  3. docker --context aci start nginx
  4. We want to see progress display with 1 step for group creation and one for container start

Metadata

Metadata

Assignees

No one assigned

    Labels

    acienhancement ✨A new feature suggestion or improvement upon an existing feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions