mirror of
https://github.com/openfaas/faas.git
synced 2025-06-16 12:16:47 +00:00
**What** - Add the ability to specify secrets as a csv - Vendor the docker/cli/opts - Update the guide for secrets to use the `faas-cli` **Why** - Allowing the csv specification of secrets gives users more control about how those secrets are mounted into the container. This is good for things like key rotation and for developers that are building on top of OpenFaaS. Signed-off-by: Lucas Roesler <lucas.roesler@gmail.com>
7 lines
163 B
Go
7 lines
163 B
Go
// +build windows
|
|
|
|
package opts
|
|
|
|
// DefaultHost constant defines the default host string used by docker on Windows
|
|
var DefaultHost = "npipe://" + DefaultNamedPipe
|