package containerd
import "github.com/moby/buildkit/worker/containerd"
Index ¶
- func NewWorkerOpt(workerOpts WorkerOptions, opts ...ctd.Opt) (base.WorkerOpt, error)
- type RuntimeInfo
- type WorkerOptions
Functions ¶
func NewWorkerOpt ¶
NewWorkerOpt creates a WorkerOpt.
Types ¶
type RuntimeInfo ¶
type RuntimeInfo = containerdexecutor.RuntimeInfo
type WorkerOptions ¶
type WorkerOptions struct {
Root string
Address string
SnapshotterName string
Namespace string
CgroupParent string
Rootless bool
Labels map[string]string
DNS *oci.DNSConfig
NetworkOpt netproviders.Opt
ApparmorProfile string
Selinux bool
ParallelismSem *semaphore.Weighted
TraceSocket string
Runtime *RuntimeInfo
CDIManager *cdidevices.Manager
}
Source Files ¶
containerd.go containerd_test_unix.go
- Version
- v0.26.0-rc1
- Published
- Nov 5, 2025
- Platform
- linux/amd64
- Imports
- 25 packages
- Last checked
- 1 minute ago –
Tools for package owners.