Documentation
¶
Index ¶
- func IsTerminal(fd any) bool
- func MakeRawTerminal(fd any) (func(), error)
- func TerminalSize(fd any) (width, height int, err error)
- type Moby
- func (m *Moby) Create(ctx context.Context, spec engine.Container, options engine.CreateOptions) (string, error)
- func (m *Moby) Delete(ctx context.Context, containerID string, options engine.DeleteOptions) error
- func (m *Moby) Exec(ctx context.Context, containerID string, command []string, ...) error
- func (m *Moby) Inspect(ctx context.Context, container string) (engine.Container, error)
- func (m *Moby) List(ctx context.Context, options engine.ListOptions) ([]engine.Container, error)
- func (m *Moby) Logs(ctx context.Context, containerID string, options engine.LogsOptions) error
- func (m *Moby) PortForward(ctx context.Context, containerID, address string, ports map[int]int, ...) error
- func (m *Moby) Pull(ctx context.Context, reference, platform string, options engine.PullOptions) error
- func (m *Moby) Run(ctx context.Context, spec engine.Container, options engine.RunOptions) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsTerminal ¶ added in v0.2.6
func MakeRawTerminal ¶ added in v0.2.6
func TerminalSize ¶ added in v0.2.6
Types ¶
Click to show internal directories.
Click to hide internal directories.