Documentation ¶
Index ¶
- func Exec(ctx context.Context, args ...string) error
- func ExecCompose(ctx context.Context, dir string, args ...string) error
- func ExecComposeOutput(ctx context.Context, dir string, args ...string) ([]byte, error)
- func ExecComposeVerbose(ctx context.Context, dir string, args ...string) error
- type Provider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecCompose ¶
ExecCompose runs a Docker Compose command for a testnet.
func ExecComposeOutput ¶
ExecCompose runs a Docker Compose command for a testnet and returns the command's output.
Types ¶
type Provider ¶
type Provider struct {
infra.ProviderData
}
Provider implements a docker-compose backed infrastructure provider.
func (*Provider) Setup ¶
Setup generates the docker-compose file and write it to disk, erroring if any of these operations fail.
func (Provider) StartNodes ¶
Click to show internal directories.
Click to hide internal directories.