mirror of https://github.com/docker/buildx.git
Merge pull request #1136 from jedevc/remote-builder-docs-typo
Fix typo in docker-container remote driver instructions
This commit is contained in:
commit
cdd391e556
|
|
@ -112,7 +112,7 @@ $ docker buildx create \
|
|||
--name remote-container \
|
||||
--driver remote \
|
||||
--driver-opt cacert=.certs/ca.pem,cert=.certs/client-cert.pem,key=.certs/client-key.pem,servername=... \
|
||||
tcp://buildkitd.default.svc:1234
|
||||
tcp://localhost:1234
|
||||
```
|
||||
|
||||
## Remote Buildkit in Kubernetes
|
||||
|
|
|
|||
Loading…
Reference in New Issue