nutritious-cricket-91314
06/14/2023, 7:00 PMsudo docker run \
--detach --rm \
--name lensesio \
-p 2181:2181 \
-p 3030:3030 \
-p 8081-8083:8081-8083 \
-p 9581-9585:9581-9585 \
-p 9092:9092 \
-e ADV_HOST=127.0.0.1 \
-e RUN_TESTS=0 \
lensesio/fast-data-dev:latest
but i found out in order to run above command i need to have disable "enable kubernates" from the rancher desktop screen and enable the dockered(moby) option.
When i do this i get the below error, can you please help here