Skip to content

Instantly share code, notes, and snippets.

@jghorton14
Created September 22, 2020 12:36
Show Gist options
  • Save jghorton14/6c3e8246c9a81eeccbfca94fe4401911 to your computer and use it in GitHub Desktop.
Save jghorton14/6c3e8246c9a81eeccbfca94fe4401911 to your computer and use it in GitHub Desktop.
Install nifi on docker
#!/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