Resource Type: docker_network

Defined in:
lib/puppet/type/docker_network.rb
Providers:
ruby

Overview

Type representing a Docker network

Properties

  • driver

    The network driver used by the network

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    The ID of the network provided by Docker

  • ipam_driver

    The IPAM (IP Address Management) driver

  • subnet

    The subnet in CIDR format that represents a network segment

Parameters

  • aux_address

    Auxiliary ipv4 or ipv6 addresses used by the Network driver

  • gateway

    An ipv4 or ipv6 gateway for the master subnet

  • ip_range

    The range of IP addresses used by the network

  • name (namevar)

    The name of the network

  • options

    Additional options for the network driver

  • provider

    The specific backend to use for this ‘docker_network` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.