Skip to content

Instantly share code, notes, and snippets.

@jghorton14
Created September 22, 2020 12:51
Show Gist options
  • Save jghorton14/782ced3efdc7c678ce5fe2e21e6cda6f to your computer and use it in GitHub Desktop.
Save jghorton14/782ced3efdc7c678ce5fe2e21e6cda6f to your computer and use it in GitHub Desktop.
Start Created Docker container named Nifi
#!/bin/bash
sudo docker start nifi
echo "-------------Started nifi on http://localhost:8080/nifi --------------"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment