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
|
||||
}
|
||||
|
||||
// A reference to a network service endpoint, for example:
|
||||
// - A unix socket
|
||||
// A reference to a network socket, for example:
|
||||
// - A UNIX socket
|
||||
// - A TCP or UDP port
|
||||
// - An HTTPS endpoint
|
||||
// - A Windows named pipe
|
||||
#Socket: {
|
||||
$dagger: service: _id: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user