Suddenly I'm encountering this issue when running this container.
docker run --rm --net=host lensesio/fast-data-devbash: /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.
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.