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