Skip to content

Commit

Permalink
docs: fix typo in docker-container remote driver instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Chadwell <[email protected]>
  • Loading branch information
jedevc committed May 18, 2022
1 parent 908ce2d commit d69fe61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/remote-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d69fe61

Please sign in to comment.