Last active
October 1, 2017 06:14
-
-
Save oliveira-andre/b482027d8e752a207ab70ad3cdaab884 to your computer and use it in GitHub Desktop.
kafka on linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| run: | |
| sudo docker run --rm --net=host landoop/fast-data-dev | |
| or | |
| sudo docker run --rm -it \ | |
| -p 2181:2181 -p 3030:3030 -p 8081:8081 \ | |
| -p 8082:8082 -p 8083:8083 -p 9092:9092 \ | |
| -e ADV_HOST=127.0.0.1 \ | |
| landoop/fast-data-dev | |
| _____________________________________________________ | |
| commandline: | |
| sudo docker run --rm -it --net=host landoop/fast-data-dev bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment