Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker For Mac - How To Start lensesio/fast-data-dev:latest #163

Open
dcs3spp opened this issue Oct 23, 2020 · 4 comments
Open

Docker For Mac - How To Start lensesio/fast-data-dev:latest #163

dcs3spp opened this issue Oct 23, 2020 · 4 comments

Comments

@dcs3spp
Copy link

dcs3spp commented Oct 23, 2020

Finally got this working on macOS Catalina. Not sure if documentation has been updated, but could not locate anywhere easily on gihutb page, so.....

Would it be possible to update the README documentation to save new users on macOS some effort?

docker-machine has been superceded by Docker Desktop

For any macOS users struggling to get started:

docker run --rm -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 lensesio/fast-data-dev:latest

or use the following docker-compose service:

kafka:
    image: lensesio/fast-data-dev:2.5.1-L0
    container_name: kafka
    networks:
      - yourNetworkName
    ports:
      - 2181:2181 # zookeeper
      - 3030:3030 # ui
      - 9092:9092 # broker
      - 8081:8081 # schema registry
      - 8082:8082 # rest proxy
      - 8083:8083 # kafka connect
    environment:
      - ADV_HOST=127.0.0.1
      - SAMPLEDATA=0
      - REST_PORT=8082
      - FORWARDLOGS=0
      - RUNTESTS=0
      - DISABLE_JMX=1
      - CONNECTORS=${CONNECTOR}
      - WEB_PORT=3030
      - DISABLE=hive-1.1

Finally, visit http://localhost:3030 in suitable browser.

@dcs3spp dcs3spp changed the title Docker For Mac - How To Start kensesio/fast-data-dev:latest Docker For Mac - How To Start lensesio/fast-data-dev:latest Oct 29, 2020
@NadavkOptimalQ
Copy link

This worked great! Thank you very much!

@dunglas
Copy link

dunglas commented Jan 18, 2021

I confirm that this command works like a charm. Thanks, @dcs3spp!

@sattsb
Copy link

sattsb commented Jan 19, 2021

I hope this gets approved and merged

@ransingh
Copy link

Thanks @dcs3spp 👍 for getting this working.
It should be added to MAcOS README section

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants