Skip to content

When creating a network allow more options #815

@rmb938

Description

@rmb938

When creating a network allow more options that are not currently documented.

The current docker API allows for these options:

{
  "name": str,
  "driver": str,
  "ipam": {
    "driver": str.
    "config": [{
      "subnet": str,
      "iprange": str,
      "gateway": str,
      "auxaddresses": map
    }]
  },
  "options": map
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions