intel / ACON

Apache License 2.0
55 stars 16 forks source link

Unexpected errors while running `make clean` under samples/quote. #82

Closed xiangquanliu closed 6 months ago

xiangquanliu commented 6 months ago

Steps to reproduce:

  1. Go to directory under samples/quote.
  2. Run make clean and will get error like below. docker rmi -f sampleserver Error response from daemon: No such image: sampleserver:latest

Expected: Not let users to see errors like this?

binxing commented 6 months ago

docker continues to return "success" even when the docker image to delete is not found. So we don't fix this issue.