plugin-dev-tools icon indicating copy to clipboard operation
plugin-dev-tools copied to clipboard

docker:destroy removes all images on docker-host

Open mohrekopp opened this issue 8 years ago • 1 comments

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.

mohrekopp avatar May 30 '17 11:05 mohrekopp

Hey @mohrekopp, you are right, I will take a look at it. Thank you, didn't recognized it.

SimonBaeumer avatar May 31 '17 06:05 SimonBaeumer