lensesio / fast-data-dev

Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, Landoop Tools, 20+ connectors
https://lenses.io
Apache License 2.0
2.01k stars 330 forks source link

Permission issue #154

Open CMLL opened 4 years ago

CMLL commented 4 years ago

Suddenly I'm encountering this issue when running this container.

docker run --rm --net=host lensesio/fast-data-dev bash: /usr/local/bin/setup-and-run.sh: Permission denied

It started happening suddenly today, it was working fine a couple of days ago. I tried to give more privileges to docker, repulling the latest image and 2.3 directly from hub, executing the docker command using bash (currently using fish) but nothing works, it keeps giving the same error.

Any help will be appreciated. Thanks.