Created
September 22, 2020 12:51
-
-
Save jghorton14/782ced3efdc7c678ce5fe2e21e6cda6f to your computer and use it in GitHub Desktop.
Start Created Docker container named Nifi
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 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