package buildkit
import "github.com/dotcloud/docker/client/buildkit"
Index ¶
Functions ¶
func ClientOpts ¶
func ClientOpts(c client.CommonAPIClient) []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
- v26.1.3+incompatible
- Published
- May 15, 2024
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 4 minutes ago –
Tools for package owners.