common

package
v0.9.3 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComposeService

type ComposeService struct {
	Image         string   `json:"image"`
	ContainerName string   `json:"container_name,omitempty"`
	Volumes       []string `json:"volumes,omitempty"`
}

ComposeService represents a service in a Docker Compose specification.

type ComposeSpec

type ComposeSpec struct {
	Services map[string]ComposeService `json:"services,omitempty"`
	Volumes  map[string]ComposeVolume  `json:"volumes,omitempty"`
}

ComposeSpec represents a Docker Compose specification.

func ParseComposeSpec

func ParseComposeSpec(data []byte) (*ComposeSpec, error)

ParseComposeSpec parses YAML data into a ComposeSpec

type ComposeVolume added in v0.8.1

type ComposeVolume struct {
	External bool `json:"external,omitempty"`
}

Jump to

Keyboard shortcuts

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