View Source DockerEngineAPI.Model.Platform (docker_engine_api v1.43.0)

Platform represents the platform (Arch/OS).

Summary

Types

@type t() :: %DockerEngineAPI.Model.Platform{Architecture: String.t(), OS: String.t()}