Created
August 11, 2020 19:24
-
-
Save pweil-/7cf2f394f687f7805d164957e699bff0 to your computer and use it in GitHub Desktop.
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
[pweil@paperweight metering-operator]$ podman ps | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
b011e03c9613 registry.redhat.io/redhat/redhat-operator-index:v4.6 registry serve -d... 5 hours ago Up 5 hours ago 0.0.0.0:50051->50051/tcp relaxed_brattain | |
[pweil@paperweight metering-operator]$ grpcurl -plaintext localhost:50051 api.Registry/ListPackages | |
{ | |
"name": "amq-streams" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
podman run --rm -d -p 50051:50051 registry.redhat.io/redhat/redhat-operator-index:v4.6 registry serve -d /database/index.db