package docker // ImageID is a Docker image identifier (ID or tag). type ImageID string // ContainerID is a Docker container identifier. type ContainerID string