Created
September 22, 2020 12:36
-
-
Save jghorton14/6c3e8246c9a81eeccbfca94fe4401911 to your computer and use it in GitHub Desktop.
Install nifi on docker
This file contains 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
#!/bin/bash | |
sudo apt-get update | |
echo "----------Updated---------------" | |
sudo docker pull apache/nifi | |
echo "----------Downloaded nifi-------" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment