package buildkit
import "github.com/dotcloud/docker/client/buildkit"
Index ¶
Functions ¶
func ClientOpts ¶
func ClientOpts(c client.HijackDialer) []bkclient.ClientOpt
ClientOpts returns a list of buildkit client options which allows the caller to create a buildkit client which will connect to the buildkit API provided by the daemon. These options can be passed to bkclient.New.
Example:
bkclient.New(ctx, "", ClientOpts(c)...)
Source Files ¶
- Version
- v28.1.1+incompatible (latest)
- Published
- Apr 18, 2025
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 1 hour ago –
Tools for package owners.