try to fix script to clean given docker images

This commit is contained in:
cagache
2018-06-28 16:12:06 +03:00
parent be7801767f
commit 1da97ca066

View File

@@ -1,7 +1,6 @@
#!/bin/bash
set -x
imagesToBeDeleted=$1
echo $imagesToBeDeleted
echo "List all images:"
docker images -a