Skip to content

Instantly share code, notes, and snippets.

@jghorton14
Created September 22, 2020 12:50
Show Gist options
  • Select an option

  • Save jghorton14/644a5a31ade52435ee8e7407b45b549d to your computer and use it in GitHub Desktop.

Select an option

Save jghorton14/644a5a31ade52435ee8e7407b45b549d to your computer and use it in GitHub Desktop.

Revisions

  1. jghorton14 created this gist Sep 22, 2020.
    7 changes: 7 additions & 0 deletions runNewDockerNifi.sh
    Original 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 ----------"