Docker--kafka-manager installation _docker

Source: Internet
Author: User
Docker--kafka-manager installation This article mainly describes how to install Kafka-manager in Docker.
1, download Kafka-manager mirror image: Docker pull Sheepkiller/kafka-manager

2, the preparation of DOCKER-COMPOSE.YML documents
Version: ' 2 '
services:
  kafka-manager:
    image:sheepkiller/kafka-manager            # If you want to install the Web Administration tool to install this at the same time, Finally through the SU host IP 9000 port access, such as 172.31.148.174:9000
    environment:
      zk_hosts: 192.168.0.66:62181,192.168.0.66:62182,192.168.0.66:62183
      application_secret: "Letmein"
    Ports:
      -" 39000:9000 "
    expose:
      -" 9000 "

3, start Kafka-manager docker-compose up-d
4, view the operating status of Kafka-manager:

5, in the browser view: 192.168.0.66:39000


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.