rafaelrubbioli / expenses

Graphql API for calculating expenses
MIT License
5 stars 7 forks source link

Make rm doesn't work #20

Closed rafaelrubbioli closed 5 years ago

rafaelrubbioli commented 5 years ago

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.

rodrigo-brito commented 5 years ago

You can use docker stop <image_name>