Created
September 22, 2020 12:50
-
-
Save jghorton14/644a5a31ade52435ee8e7407b45b549d to your computer and use it in GitHub Desktop.
Revisions
-
jghorton14 created this gist
Sep 22, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ #!/bin/bash sudo docker run --name nifi \ -p 8080:8080 \ -d \ apache/nifi:latest echo "----------Docker is create new container and run on http://localhost:8080/nifi ----------"