mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
docs: fix typo in docker-container remote driver instructions
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user