Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Container ¶
type Container struct { ID string ExposedPorts map[string][]Port // the map keys are the exposed container ports Volumes []string // contains filtered or unexported fields }
Container represents a docker container and holds the information for communicating with the running docker container.
func StartLocalStackContainer ¶
func StartLocalStackContainer(t *testing.T, envars map[string]string, tmpDirVolume string) *Container
StartLocalStackContainer spins up a localstack container to mock aws services, provide configuration with envars and give a temp directory for to bind the container /tmp/localstack directory to.
Click to show internal directories.
Click to hide internal directories.