Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Image is the image to use for the dynamodb container Image = "docker.io/amazon/dynamodb-local:latest" // Host is the hostname for the dynamodb container Host = "dynamodb.service.nitro" // Label is the label value used to mark a container as a "dynamodb" service Label = "dynamodb" )
Variables ¶
This section is empty.
Functions ¶
func VerifyCreated ¶
func VerifyCreated(ctx context.Context, cli client.CommonAPIClient, networkID string, output terminal.Outputer) (string, string, error)
VerifyCreated will verify that the dynamodb service container exists and is started
func VerifyRemoved ¶
VerifyRemoved will try verify the container is not created for the minio service. If we find any containers that are
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.