View Source DockerEngineAPI.Model.Commit (docker_engine_api v1.43.0)

Commit holds the Git-commit (SHA1) that a binary was built from, as reported in the version-string of external tools, such as `containerd`, or `runC`.

Summary

Types

@type t() :: %DockerEngineAPI.Model.Commit{Expected: String.t(), ID: String.t()}