cloudmesh / cloudmesh-cmsd

Other
0 stars 2 forks source link

cms --clean --image broken #12

Closed laszewsk closed 4 years ago

laszewsk commented 4 years ago

I changed --force to --image However that's not the issue

I found out if we say

cmsd --clean --image

it does actually not delete the image but keeps one around with name So we do something wrong usingdocker image rm

Please can you fix this

% docker image ls
REPOSITORY              TAG                 IMAGE ID            CREATED             SIZE
<none>                  <none>              cad9a2eb9028        3 hours ago         951MB
laszewsk commented 4 years ago

i put a --force behind the command, can you check on windows and linux to see if this works