View Source DockerEngineAPI.Model.GraphDriverData (testcontainers v1.11.6)

Information about the storage driver used to store the container's and image's filesystem.

Summary

Types

@type t() :: %DockerEngineAPI.Model.GraphDriverData{
  Data: %{optional(String.t()) => String.t()},
  Name: String.t()
}

Functions