Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Image is the image to use for the redis container Image = "docker.io/library/redis:latest" // Host is the hostname for the redis container Host = "redis.service.nitro" // Label is the label value used to mark a container as a "redis" service Label = "redis" )
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 redis 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.