Skip to content

Commit

Permalink
Merge pull request moby#18743 from wenchma/plugin_not_found
Browse files Browse the repository at this point in the history
Sync the docker network create api docs with the error code
  • Loading branch information
thaJeztah committed Dec 17, 2015
2 parents 5baa93c + 597835e commit 3f4dc49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/reference/api/docker_remote_api_v1.21.md
Original file line number Diff line number Diff line change
Expand Up @@ -2763,13 +2763,13 @@ Content-Type: application/json
Status Codes:

- **201** - no error
- **404** - driver not found
- **404** - plugin not found
- **500** - server error

JSON Parameters:

- **Name** - The new network's name. this is a mandatory field
- **Driver** - Name of the network driver to use. Defaults to `bridge` driver
- **Driver** - Name of the network driver plugin to use. Defaults to `bridge` driver
- **IPAM** - Optional custom IP scheme for the network
- **Options** - Network specific options to be used by the drivers
- **CheckDuplicate** - Requests daemon to check for networks with same name
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/api/docker_remote_api_v1.22.md
Original file line number Diff line number Diff line change
Expand Up @@ -2893,13 +2893,13 @@ Content-Type: application/json
Status Codes:
- **201** - no error
- **404** - driver not found
- **404** - plugin not found
- **500** - server error
JSON Parameters:
- **Name** - The new network's name. this is a mandatory field
- **Driver** - Name of the network driver to use. Defaults to `bridge` driver
- **Driver** - Name of the network driver plugin to use. Defaults to `bridge` driver
- **IPAM** - Optional custom IP scheme for the network
- **Options** - Network specific options to be used by the drivers
- **CheckDuplicate** - Requests daemon to check for networks with same name
Expand Down

0 comments on commit 3f4dc49

Please sign in to comment.