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.
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
suspend fun getRegistryImageManifests(argument: GetRegistryImageManifestsPlainArgs): GetRegistryImageManifestsResult
Reads the image metadata for each manifest in a Docker multi-arch image from a Docker Registry.
suspend fun getRegistryImageManifests(argument: suspend GetRegistryImageManifestsPlainArgsBuilder.() -> Unit): GetRegistryImageManifestsResult
suspend fun getRegistryImageManifests(authConfig: GetRegistryImageManifestsAuthConfig? = null, insecureSkipVerify: Boolean? = null, name: String): GetRegistryImageManifestsResult
Link copied to clipboard
docker.RemoteImage
provides details about a specific Docker Image which needs to be present on the Docker Host
suspend fun getRemoteImage(argument: suspend GetRemoteImagePlainArgsBuilder.() -> Unit): GetRemoteImageResult