docker

package
v0.1.10 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2024 License: GPL-3.0 Imports: 19 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 ExecEVMInit added in v0.1.6

func ExecEVMInit(ctx context.Context, dir string, evmInitFilename string) error

func GenerateComposeFile

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

func GenerateOmniEVMInitFile added in v0.1.6

func GenerateOmniEVMInitFile(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

	ExplorerDB bool
	Explorer   bool

	GraphQLURL string
}

func (ComposeDef) GethTag added in v0.1.3

func (ComposeDef) GethTag() 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, graphQLURL 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.

func (*Provider) StartNodes

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

func (*Provider) Upgrade

Jump to

Keyboard shortcuts

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