rafaelrubbioli/expenses

Make rm doesn't work

Closed this issue · 1 comments

I can't stop a container by image name.
I tried docker stop $(docker ps -q --filter ancestor=expenses:01) but it isn't working.

You can use docker stop <image_name>