mirror of
https://github.com/portainer/portainer.git
synced 2025-08-06 14:25:31 +02:00
feat(api): Add npipe support (#2018)
This commit is contained in:
parent
0368c4e937
commit
4129550d44
17 changed files with 133 additions and 43 deletions
|
@ -247,7 +247,8 @@ paths:
|
|||
- name: "URL"
|
||||
in: "formData"
|
||||
type: "string"
|
||||
description: "URL or IP address of a Docker host (example: docker.mydomain.tld:2375). Required if endpoint type is set to 1 or 2."
|
||||
description: "URL or IP address of a Docker host (example: docker.mydomain.tld:2375).\
|
||||
\ Defaults to local if not specified (Linux: /var/run/docker.sock, Windows: //./pipe/docker_engine)"
|
||||
- name: "PublicURL"
|
||||
in: "formData"
|
||||
type: "string"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue