mirror of https://github.com/docker/docs.git
Merge pull request #18859 from dvdksn/fix-endquote-kubectl-debug-builder
fix: missing single quote for jq command
This commit is contained in:
commit
aae15384f1
|
@ -188,7 +188,7 @@ through the Kubernetes API. Note that this method only connects to a single pod
|
||||||
in the deployment.
|
in the deployment.
|
||||||
|
|
||||||
```console
|
```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
|
buildkitd-XXXXXXXXXX-xxxxx
|
||||||
$ docker buildx create \
|
$ docker buildx create \
|
||||||
--name remote-container \
|
--name remote-container \
|
||||||
|
|
Loading…
Reference in New Issue