Merge pull request #1901 from dagger/replace-https-with-npipe-comment-in-socket-type
Replace HTTPS endpoint with npipe in #Socket description
This commit is contained in:
commit
796a0f31d5
@ -25,10 +25,10 @@ package dagger
|
|||||||
$dagger: secret: _id: string
|
$dagger: secret: _id: string
|
||||||
}
|
}
|
||||||
|
|
||||||
// A reference to a network service endpoint, for example:
|
// A reference to a network socket, for example:
|
||||||
// - A unix socket
|
// - A UNIX socket
|
||||||
// - A TCP or UDP port
|
// - A TCP or UDP port
|
||||||
// - An HTTPS endpoint
|
// - A Windows named pipe
|
||||||
#Socket: {
|
#Socket: {
|
||||||
$dagger: service: _id: string
|
$dagger: service: _id: string
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user