docker

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: GPL-3.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const ProviderName = "docker"

Variables

This section is empty.

Functions

func CleanCmds

func CleanCmds(sudo bool, isLinux bool) []string

CleanCmds returns generic docker commands to clean up docker containers and networks. This bypasses the need to a specific docker-compose context.

func GenerateComposeFile

func GenerateComposeFile(def ComposeDef) ([]byte, error)

func NewInfraData

func NewInfraData(manifest types.Manifest) (types.InfrastructureData, error)

NewInfraData returns a new InfrastructureData for the given manifest. In addition to normal.

Types

type ComposeDef

type ComposeDef struct {
	Network     bool
	NetworkName string
	NetworkCIDR string
	BindAll     bool

	Nodes    []*e2e.Node
	OmniEVMs []types.OmniEVM
	Anvils   []types.AnvilChain

	Monitor       bool
	OmniTag       string
	Relayer       bool
	Prometheus    bool
	OmniLogFormat string
}

func (ComposeDef) NodeOmniEVMs

func (c ComposeDef) NodeOmniEVMs() map[string]string

NodeOmniEVMs returns a map of node name to OmniEVM instance name; map[node_name]omni_evm.

type Provider

type Provider struct {
	*cmtdocker.Provider
	// contains filtered or unexported fields
}

Provider wraps the cometBFT docker provider, writing a different compose file.

func NewProvider

func NewProvider(testnet types.Testnet, infd types.InfrastructureData, imgTag string) *Provider

NewProvider returns a new Provider.

func (*Provider) Clean

func (*Provider) Clean(ctx context.Context) error

func (*Provider) Setup

func (p *Provider) Setup() error

Setup generates the docker-compose file and write it to disk, erroring if any of these operations fail. It writes.

func (*Provider) StartNodes

func (p *Provider) StartNodes(ctx context.Context, nodes ...*e2e.Node) error

func (*Provider) Upgrade

func (*Provider) Upgrade(_ context.Context) error

Jump to

Keyboard shortcuts

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