Skip to content

Provide instructions for running on Docker. #2435

@gunnarmorling

Description

@gunnarmorling

From Slack: right now, there are no instructions on how to run 🐊 on Docker. I ran into two issues doing so:

  • It wasn't readily clear how to point it to the config file to use
  • It wasn't clear to me that I not only need to expose the bootstrap server port, but also another port for my actual upstream broker

I am happy to add a section to the docs on this. For reference, here's my working Compose set-up:

  kroxylicious:
    image: quay.io/kroxylicious/kroxylicious:0.13.0
    ports:
      - 9192:9192
      - 9193:9193
    volumes:
      - ./kroxylicious/example-proxy-config.yaml:/opt/kroxylicious/config/example-proxy-config.yaml
    command: --config=/opt/kroxylicious/config/example-proxy-config.yaml

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationtriaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions