DockerEngineAPI.Model.ContainerPruneResponse (ex_docker_api v1.48.0)

View Source

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.ContainerPruneResponse{
  ContainersDeleted: [String.t()] | nil,
  SpaceReclaimed: integer() | nil
}

Functions

decode(value)