docker

package
v0.10.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Command

func Command(args ...string) (string, error)

func ContainerPort

func ContainerPort(containerID, portSpec string) (string, error)

func CreateContainer

func CreateContainer(spec ContainerSpec) (string, error)

func CreateNetwork

func CreateNetwork(name string) error

func Logs

func Logs(containerID string) error

func RemoveContainer

func RemoveContainer(name string) error

func RemoveNetwork

func RemoveNetwork(name string) error

func Run

func Run(args ...string) (string, error)

Types

type ContainerSpec

type ContainerSpec struct {
	Name        string
	Image       string
	Network     string
	Env         []string
	Volumes     []string
	Args        []string
	Entrypoint  string
	ExposePorts []string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL