Skip to content

Instantly share code, notes, and snippets.

@pweil-
Created August 11, 2020 19:24
Show Gist options
  • Save pweil-/7cf2f394f687f7805d164957e699bff0 to your computer and use it in GitHub Desktop.
Save pweil-/7cf2f394f687f7805d164957e699bff0 to your computer and use it in GitHub Desktop.
[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"
}
@pweil-
Copy link
Author

pweil- commented Aug 11, 2020

podman run --rm -d -p 50051:50051 registry.redhat.io/redhat/redhat-operator-index:v4.6 registry serve -d /database/index.db

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment