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 run having issue with param "env" #9

Open
vteyssier opened this issue Oct 31, 2018 · 2 comments
Open

Docker run having issue with param "env" #9

vteyssier opened this issue Oct 31, 2018 · 2 comments

Comments

@vteyssier
Copy link

Hi,
When doing the docker run with the following command :
docker run -p 8080:8080 --rm kbhargava/kafka-visuals --zookeeper=11.22.33.44:2181 --kafka=11.22.33.44:9092 --env=DEV

...
I have this issue :
(...)
Caused by: co.quisk.karan.kafkavisualizer.util.exception.DefectException: Failed to find app environment with name []. Allowed values are [[DEV, QA, UAT, PROD]].
(...)

Thanks for your help.
Id really like to use your kafka visualizer.

Vincent

@manasb-uoe
Copy link
Owner

@karan1525 Could you please help out @vteyssier resolve his problem?

@Usernamelesss
Copy link

I solved by run the following
docker run -p 8080:8080 --rm kbhargava/kafka-visuals 192.168.176.3:2181 192.168.176.4:9093 DEV

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

3 participants