DockerEngineAPI.Model.FirewallInfo (ex_docker_api v1.55.0)

View Source

Information about the daemon's firewalling configuration. This field is currently only used on Linux, and omitted on other platforms.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.FirewallInfo{
  Driver: String.t() | nil,
  Info: [[String.t()]] | nil
}

Functions

decode(value)