程序包 cn.taketoday.buildpack.platform.docker.type
package cn.taketoday.buildpack.platform.docker.type
Docker types.
-
类说明Volume bindings to apply when creating a container.Configuration used when creating a new container.Update class used to change data when creating a container config.Additional content that can be written to a created container.A reference to a Docker container.Status details returned from
Docker container wait.Image details as returned fromDocker inspect.An image archive that can be loaded into Docker.Update class used to change data when creating an image archive.Image archive manifest information.Image configuration information.Update class used to change data when creating a copy.A Docker image name of the form "docker.io/library/ubuntu".A reference to a Docker image of the form"imagename[:tag|@digest]".A layer that can be written to anImageArchive.A layer ID as used inside a Docker image of the formalgorithm: hash.Utility class used to generate random strings.Regular Expressions for image names and references based on those found in the Docker codebase.A Docker volume name.