package local
import "github.com/dotcloud/docker/libcontainerd/local"
Index ¶
- Constants
- func NewClient(ctx context.Context, cli *containerd.Client, stateDir, ns string, b libcontainerdtypes.Backend) (libcontainerdtypes.Client, error)
- type LCOWOption
Constants ¶
const ( CoEClassstring = syscall.Errno(0x800401F3) // Invalid class string ErrorNoNetwork = syscall.Errno(1222) // The network is not present or not started ErrorBadPathname = syscall.Errno(161) // The specified path is invalid ErrorInvalidObject = syscall.Errno(0x800710D8) // The object identifier does not represent a valid object )
Win32 error codes that are used for various workarounds These really should be ALL_CAPS to match golangs syscall library and standard Win32 error conventions, but golint insists on CamelCase.
Functions ¶
func NewClient ¶
func NewClient(ctx context.Context, cli *containerd.Client, stateDir, ns string, b libcontainerdtypes.Backend) (libcontainerdtypes.Client, error)
NewClient creates a new local executor for windows
Types ¶
type LCOWOption ¶
LCOWOption is a CreateOption required for LCOW configuration
func (*LCOWOption) Apply ¶
func (s *LCOWOption) Apply(interface{}) error
Apply for the LCOW option is a no-op.
Source Files ¶
local_windows.go process_windows.go utils_windows.go
- Version
- v20.10.23+incompatible
- Published
- Jan 18, 2023
- Platform
- windows/amd64
- Imports
- 28 packages
- Last checked
- 25 minutes ago –
Tools for package owners.