VedarthConfluent commented on code in PR #14938:
URL: https://github.com/apache/kafka/pull/14938#discussion_r1422629371


##########
docs/quickstart.html:
##########
@@ -94,6 +98,12 @@ <h5>
 
         <pre class="line-numbers"><code class="language-bash">$ 
bin/kafka-server-start.sh config/kraft/server.properties</code></pre>
 
+        <h5>Using docker image</h5>
+
+        <p>Start the kafka docker container</p>
+
+        <pre class="line-numbers"><code class="language-bash">$ docker run -p 
9092:9092 apache/kafka:{{fullDotVersion}}</code></pre>

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to