dockerCompose

package
v0.0.0-...-8b5d6f4 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Version  string
	Networks map[string]Network
	Volumes  map[string]Volume
	Services map[string]Service
}

type Network

type Network struct {
	Driver, External string
	DriverOpts       map[string]string "driver_opts"
}

type Service

type Service struct {
	Networks, Volumes []string
	VolumesFrom       []string "volumes_from"
}

type Volume

type Volume struct {
	Driver, External string
	DriverOpts       map[string]string "driver_opts"
}

Jump to

Keyboard shortcuts

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