blob: 37b31598e2768d505f9caf78871e7708d37bd5b7 [file] [log] [blame]
<!--#include virtual="includes/_header.htm" -->
<body class="page-quickstart-docker ">
<!--#include virtual="includes/_top.htm" -->
<div class="content">
<!--#include virtual="includes/_nav.htm" -->
<div class="page-header">
<h1 class="page-header-title">Apache Kafka Quickstart<br />with Docker</h1>
<p class="page-header-text">Interested in getting started with Kafka? Follow the instructions in this quickstart, or watch the video below.</p>
<div class="page-header-video">
<iframe
class="youtube-embed page-header-video-embed"
width="480" height="270"
src="https://www.youtube.com/embed/FKgi3n-FyNU?modestbranding=1"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
</div>
<ul class="page-header-nav">
<li class="page-header-nav-item">
<a href="/quickstart" class="page-header-nav-item-anchor">Zookeeper</a>
</li>
<li class="page-header-nav-item">
<a href="/quickstart-docker" class="page-header-nav-item-anchor current">Docker</a>
</li>
</ul>
</div>
<!-- should always link the the latest release's documentation -->
<!--#include virtual="25/quickstart-docker.html" -->
<!--#include virtual="includes/_footer.htm" -->
<script>
// Show selected style on nav item
$(function() { $('.b-nav__quickstart').addClass('selected'); });
</script>