LoginSignup
0
0

More than 3 years have passed since last update.

Docker環境でNiFi Registryを起動

Posted at

Code:


# Start NiFy Registry Docker
# https://hub.docker.com/r/apache/nifi-registry/
sudo docker run --name nifi-registry \
  -p 18080:18080 \
  -d \
  apache/nifi-registry:latest

実行結果

[root@zzeng-nipy ~]$ docker run --name nifi-registry \
>   -p 18080:18080 \
>   -d \
>   apache/nifi-registry:latest

Unable to find image 'apache/nifi-registry:latest' locally
latest: Pulling from apache/nifi-registry
743f2d6c1f65: Pull complete
5c14188d0980: Pull complete
96b1d66a77cb: Pull complete
16218aebd626: Pull complete
ff8f55c8fa8f: Pull complete
cf11fcba89e7: Pull complete
92d0a18122b6: Pull complete
7d9c2600cd2f: Pull complete
Digest: sha256:de2823271ebc4087f09f9bde3e451db83f75c12d420eae0119b4235f044efe28
Status: Downloaded newer image for apache/nifi-registry:latest
9c1f6c2049e5c4d95dbe7b25009a51bcdbb7e2688ca2065506610709d783c907
[root@zzeng-nipy ~]$
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0