Skip to content

dsdk / v1.47 / NetworkingConfig

Type Alias: NetworkingConfig ​

NetworkingConfig: object

NetworkingConfig represents the container's networking configuration for each of its interfaces. It is used for the networking configs specified in the docker create and docker network connect commands.

Type declaration ​

NameTypeDescription
EndpointsConfig?objectA mapping of network name to endpoint configuration for that network. The endpoint configuration can be left empty to connect to that network with no particular endpoint configuration.