File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/content/installation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ You can also use the certificate and key from the MyF5 portal and the Docker reg
161
161
]
162
162
}
163
163
164
- $ curl < https://private-registry.nginx.com/v2/nginx-ic-nap/nginx-plus-ingress/tags/list> --key <path-to-client.key> --cert <path-to-client.cert> | jq
164
+ $ curl https://private-registry.nginx.com/v2/nginx-ic-nap/nginx-plus-ingress/tags/list --key <path-to-client.key> --cert <path-to-client.cert> | jq
165
165
{
166
166
"name": "nginx-ic-nap/nginx-plus-ingress",
167
167
"tags": [
@@ -170,7 +170,7 @@ You can also use the certificate and key from the MyF5 portal and the Docker reg
170
170
]
171
171
}
172
172
173
- $ curl < https://private-registry.nginx.com/v2/nginx-ic-dos/nginx-plus-ingress/tags/list> --key <path-to-client.key> --cert <path-to-client.cert> | jq
173
+ $ curl https://private-registry.nginx.com/v2/nginx-ic-dos/nginx-plus-ingress/tags/list --key <path-to-client.key> --cert <path-to-client.cert> | jq
174
174
{
175
175
"name": "nginx-ic-dos/nginx-plus-ingress",
176
176
"tags": [
You can’t perform that action at this time.
0 commit comments