DockerEngineAPI.Model.DriverData (ex_docker_api v1.48.0)

View Source

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

Summary

Types

t()

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

Functions

decode(value)