Docker Functions
object DockerFunctions
Functions
Link copied to clipboard
docker.getLogs
provides logs from specific container
suspend fun getLogs(details: Boolean? = null, discardHeaders: Boolean? = null, follow: Boolean? = null, logsListStringEnabled: Boolean? = null, name: String, showStderr: Boolean? = null, showStdout: Boolean? = null, since: String? = null, tail: String? = null, timestamps: Boolean? = null, until: String? = null): GetLogsResult
Link copied to clipboard
docker.Network
provides details about a specific Docker Network.
Link copied to clipboard
Reads the local Docker plugin. The plugin must be installed locally. {{% examples %}}
Link copied to clipboard
Reads the image metadata from a Docker Registry. Used in conjunction with the docker.RemoteImage resource to keep an image up to date on the latest available version of the tag.
suspend fun getRegistryImage(argument: suspend GetRegistryImagePlainArgsBuilder.() -> Unit): GetRegistryImageResult
suspend fun getRegistryImage(insecureSkipVerify: Boolean? = null, name: String): GetRegistryImageResult
Link copied to clipboard
docker.RemoteImage
provides details about a specific Docker Image which need to be presend on the Docker Host
suspend fun getRemoteImage(argument: suspend GetRemoteImagePlainArgsBuilder.() -> Unit): GetRemoteImageResult