Skip to content

docker:destroy removes all images on docker-host #15

@mohrekopp

Description

@mohrekopp

In the docker:destroy script you are using following docker commands:
docker rm $(docker ps -a -q)
docker rmi --force $(docker images -q)

These commands remove all images on the docker host.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions