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 #94

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Docker #94

wants to merge 3 commits into from

Conversation

joestein
Copy link

@joestein joestein commented Jul 3, 2015

No description provided.

@@ -0,0 +1,32 @@
#!/bin/bash -Eu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-Eu?

@lazyval
Copy link

lazyval commented Jul 18, 2015

@joestein kafka-manager script performs duties usually done by docker compose, how about replacing it with something like below definition?

kafka_manager:
  build: .
  ports:
    - "9000:9000"

@mbonaci
Copy link

mbonaci commented Oct 3, 2015

Why isn't this merged in yet?

"container": {
"type": "DOCKER",
"docker": {
"image": "stealthly/kafkamanager",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"image": "stealthly/kafka-manager",
instead of
"image": "stealthly/kafkamanager",

@hleb-albau
Copy link

see https://github.com/hleb-albau/kafka-manager-docker/blob/master/Dockerfile

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

Successfully merging this pull request may close these issues.

None yet

5 participants