

docker run -name kafka-exporter-node1 -network kafka-exporter-network bitnami/kafka-exporter:latest Step 3: Run another containers Use the -network argument to the docker run command to attach the container to the kafka-exporter-network network. Using the Command Line Step 1: Create a network docker network create kafka-exporter-network -driver bridge Step 2: Launch the kafka-exporter container within your network Using Docker container networking, a different server running inside a container can easily be accessed by your application containers and vice-versa.Ĭontainers attached to the same network can communicate with each other using the container name as the hostname. git clone ĭocker build -t bitnami/APP:latest. Remember to replace the APP, VERSION and OPERATING-SYSTEM path placeholders in the example command below with the correct values. If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the docker build command. You can view the list of available versions in the Docker Hub Registry.

To use a specific version, you can pull a versioned tag. docker pull bitnami/kafka-exporter:latest The recommended way to get the Bitnami Kafka Exporter Docker Image is to pull the prebuilt image from the Docker Hub Registry. Subscribe to project updates by watching the bitnami/containers GitHub repo. You can see the equivalence between the different tags by taking a look at the tags-info.yaml file present in the branch folder, i.e bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml. Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags in our documentation page.

Supported tags and respective Dockerfile links Learn more about non-root containers in our docs. However, because they run as a non-root user, privileged tasks are typically off-limits. Non-root container images add an extra layer of security and are generally recommended for production environments. You can use DOCKER_CONTENT_TRUST=1 to verify the integrity of the images.īitnami container images are released on a regular basis with the latest distribution packages available. With Bitnami images the latest bug fixes and features are available as soon as possible.īitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.Īll our images are based on minideb a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading Linux distribution.Īll Bitnami images available in Docker Hub are signed with Docker Content Trust (DCT). TL DR docker run -name kafka-exporter bitnami/kafka-exporter:latest Why use Bitnami Images?īitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
#KAFKA EXPORTER SOFTWARE#
Overview of Kafka Exporter Trademarks: This software listing is packaged by Bitnami. Kafka Exporter packaged by Bitnami What is Kafka Exporter?
