Skip to content

On listing containers, also list the terminated ones #26

@robert-bor

Description

@robert-bor

Currently, the following docker command is used:

docker ps

This will exclude terminated containers. However, terminated containers will still block execution of new container with the same name.

Therefore use the following command instead:

docker ps --all

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions