You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're running the faas-cli with `sudo` we recommend using `sudo -E` to pass through any environmental variables you may have configured such as a `http_proxy`, `https_proxy` or `no_proxy` entry.
40
40
41
+
## Docker image
42
+
43
+
The `faas-cli` is also available as a Docker image making it convenient for use in CI jobs such as with a Jenkins pipeline or a task in cron.
44
+
45
+
https://hub.docker.com/r/openfaas/faas-cli/tags/
46
+
47
+
There is no "latest" tag, so find the version of the CLI you want to use from the tags page on the Docker Hub. These correspond to the release from GitHub.
48
+
41
49
## Build from source
42
50
43
51
The [contributing guide](../contributing) has instructions for building from source and for configuring a Golang development environment.
0 commit comments