Last active
May 3, 2017 21:08
-
-
Save miguno/c036868c80ee9831079978761942e2ee to your computer and use it in GitHub Desktop.
Clone the Confluent Docker repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Clone the git repository | |
$ git clone https://github.com/confluentinc/cp-docker-images | |
# Change into the directory for this tutorial | |
$ cd cp-docker-images/examples/kafka-streams-examples | |
# Switch to the `v3.2.1` branch | |
$ git checkout v3.2.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment