Skip to content

Commit

Permalink
docs: Fix typo in quick-start.md (#327)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom de Vries <tomdev@users.noreply.github.com>
  • Loading branch information
tomdev committed Sep 27, 2023
1 parent e6a6b76 commit 28191f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This sample illustrates how to patch containers using vulnerability reports with
You may need to specify a custom address using the `--addr` flag. Here are the supported formats:

- `unix:///path/to/buildkit.sock` - Connect to buildkit over unix socket.
- `tcp://$BUILDKIT_ADDR:$PORT` - Connec to buildkit over TCP. (not recommended for security reasons)
- `tcp://$BUILDKIT_ADDR:$PORT` - Connect to buildkit over TCP. (not recommended for security reasons)
- `docker://<docker connection spec>` - Connect to docker, currently only unix sockets are supported, e.g. `docker://unix:///var/run/docker.sock` (or just `docker://`).
- `docker-container://my-buildkit-container` - Connect to a buildkitd running in a docker container.
- `buildx://my-builder` - Connect to a buildx builder (or `buildx://` for the currently selected builder). *Note: only container-backed buildx instances are currently supported*
Expand Down

0 comments on commit 28191f1

Please sign in to comment.