fast-data-dev
fast-data-dev copied to clipboard
Web Only Mode on Mac
I'm trying to run fast-data-dev on MAC: docker run --rm -it --net=host -e WEB_ONLY=1 -e DEBUG=1 landoop/fast-data-dev. In docs told: "This is a special mode only for Linux hosts." - Is it possible to run fast-data-dev application on Mac? I'm running locally (default) installation (Confluent) platform (zookeeper/kafka/schema-registry/kafka-rest. Main reason - application couldn't connect to running locally components. My configuration: Mac, docker (version 17.03.1-ce, build c6d412e, not docker-machine), Java 8.
Unfortunately fast-data-dev can't provide this functionality. For this purpose you will find more useful our dedicated, lightweight *-UI docker images:
Keep in mind that you either need to explicit enable CORS on your confluent platform components, or use the proxy mode of the images.
Thanks.