DockerEngineAPI.Model.TaskSpecContainerSpecPrivilegesSeccomp (ex_docker_api v1.48.0)

View Source

Options for configuring seccomp on the container

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.TaskSpecContainerSpecPrivilegesSeccomp{
  Mode: String.t() | nil,
  Profile: String.t() | nil
}

Functions

decode(value)