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

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

Summary

Types

t()

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

Functions

decode(value)