Chinthujan Sehasothy

Results 1 issues of Chinthujan Sehasothy

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...

bug