kafka_neu-1778570057504.zip-extract/kafka-4.2.0-src/docs/getting-started/docker.md

Path
kafka_neu-1778570057504.zip-extract/kafka-4.2.0-src/docs/getting-started/docker.md
Status
scanned
Type
file
Name
docker.md
Extension
.md
Programming language

      
    
Mime type
text/plain
File type
exported SGML document, ASCII text
Tag

      
    
Rootfs path

      
    
Size
2509 (2.5 KB)
MD5
7693fa5c46c112db5b9818256befccf0
SHA1
1fe4aa7f886d478f314118a72c42a5a28028ed5d
SHA256
37969b0ed92fa418e8bcbb446cfeb91ec23362250d36d9069d88319e86d59e88
SHA512

      
    
SHA1_git
9fd766223bccb41d5465af9d2d237e07e910dea6
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
docker.md | 2.5 KB |

--- title: Docker description: weight: 8 tags: ['kafka', 'docs'] aliases: keywords: type: docs --- <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> ## JVM Based Apache Kafka Docker Image [Docker](https://www.docker.com/) is a popular container runtime. Docker images for the JVM based Apache Kafka can be found on [Docker Hub](https://hub.docker.com/r/apache/kafka) and are available from version 3.7.0. Docker image can be pulled from Docker Hub using the following command: $ docker pull apache/kafka:4.2.0 If you want to fetch the latest version of the Docker image use following command: $ docker pull apache/kafka:latest To start the Kafka container using this Docker image with default configs and on default port 9092: $ docker run -p 9092:9092 apache/kafka:4.2.0 ## GraalVM Based Native Apache Kafka Docker Image Docker images for the GraalVM Based Native Apache Kafka can be found on [Docker Hub](https://hub.docker.com/r/apache/kafka-native) and are available from version 3.8.0. NOTE: This image is experimental and intended for local development and testing purposes only; it is not recommended for production use. Docker image can be pulled from Docker Hub using the following command: $ docker pull apache/kafka-native:4.2.0 If you want to fetch the latest version of the Docker image use following command: $ docker pull apache/kafka-native:latest To start the Kafka container using this Docker image with default configs and on default port 9092: $ docker run -p 9092:9092 apache/kafka-native:4.2.0 ## Usage guide Detailed instructions for using the Docker image are mentioned [here](https://github.com/apache/kafka/blob/trunk/docker/examples/README.md).
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
30.51
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 19 19
https://www.docker.com/ 31 31
https://hub.docker.com/r/apache/kafka 31 31
https://hub.docker.com/r/apache/kafka-native 50 50
https://github.com/apache/kafka/blob/trunk/docker/examples/README.md 70 70