mirror of https://github.com/docker/docs.git
fix: missing single quote for jq command
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
c48c5215ca
commit
1d139c4213
|
@ -188,7 +188,7 @@ through the Kubernetes API. Note that this method only connects to a single pod
|
|||
in the deployment.
|
||||
|
||||
```console
|
||||
$ kubectl get pods --selector=app=buildkitd -o json | jq -r '.items[].metadata.name
|
||||
$ kubectl get pods --selector=app=buildkitd -o json | jq -r '.items[].metadata.name'
|
||||
buildkitd-XXXXXXXXXX-xxxxx
|
||||
$ docker buildx create \
|
||||
--name remote-container \
|
||||
|
|
Loading…
Reference in New Issue