docker

package
v1.35.3 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: MPL-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultSuperuserUsername = "postgres"
	DefaultSuperuserPassword = "postgres"
	DefaultRootDatabase      = "postgres"
)
View Source
const Image = "encoredotdev/postgres:15"

Variables

This section is empty.

Functions

func ImageExists

func ImageExists(ctx context.Context) (ok bool, err error)

ImageExists reports whether the docker image exists.

func PullImage

func PullImage(ctx context.Context) error

PullImage pulls the image.

Types

type Driver

type Driver struct{}

func (*Driver) CanDestroyCluster added in v1.23.0

func (d *Driver) CanDestroyCluster(ctx context.Context, id sqldb.ClusterID) error

func (*Driver) CheckRequirements added in v1.17.0

func (d *Driver) CheckRequirements(ctx context.Context) error

func (*Driver) ClusterStatus

func (d *Driver) ClusterStatus(ctx context.Context, id sqldb.ClusterID) (*sqldb.ClusterStatus, error)

func (*Driver) CreateCluster

func (d *Driver) CreateCluster(ctx context.Context, p *sqldb.CreateParams, log zerolog.Logger) (status *sqldb.ClusterStatus, err error)

func (*Driver) DestroyCluster

func (d *Driver) DestroyCluster(ctx context.Context, id sqldb.ClusterID) error

func (*Driver) DestroyNamespaceData added in v1.23.3

func (d *Driver) DestroyNamespaceData(ctx context.Context, ns *namespace.Namespace) error

func (*Driver) Meta added in v1.17.0

func (d *Driver) Meta() sqldb.DriverMeta

Jump to

Keyboard shortcuts

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