fast-data-dev icon indicating copy to clipboard operation
fast-data-dev copied to clipboard

Web Only Mode on Mac

Open vicchugu opened this issue 8 years ago • 2 comments

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.

vicchugu avatar Apr 30 '17 07:04 vicchugu

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.

andmarios avatar May 02 '17 09:05 andmarios

Thanks.

vicchugu avatar May 04 '17 01:05 vicchugu