Documentation ¶
Overview ¶
Package localstack contains the code to start LocalStack in a new docker container
Index ¶
Constants ¶
View Source
const ImageName = "docker.io/localstack/localstack"
ImageName provides the docker image name for LocalStack
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Localstack ¶
type Localstack struct { ContainerID string // contains filtered or unexported fields }
Localstack provides methods for starting and stoping a docker container of the latest LocalStack image
func New ¶
func New(cfgs ...*services.ServiceConfig) (*Localstack, error)
New pulls the latest LocalStack image, and creates a new container. It returns a new instance of LocalStack
Click to show internal directories.
Click to hide internal directories.