SahilKang / cl-rdkafka

Common Lisp library for Kafka
Other
42 stars 7 forks source link

don't put destructive instructions in your readme #66

Closed jnc-nj closed 1 year ago

jnc-nj commented 3 years ago

If you're going to put this in your readme, some newbie is going to come around and delete all of their docker images.

docker-compose down --rmi all
docker system prune -fa && docker volume prune -f
SahilKang commented 1 year ago

Thanks for pointing this out, I updated the readme with a warning