Skip to content

Commit c71e906

Browse files
committed
Add Docker image reference to CLI
Signed-off-by: Alex Ellis (VMware) <[email protected]>
1 parent 0533a01 commit c71e906

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/cli/install.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ $version = (Invoke-WebRequest "https://api.github.com/repos/openfaas/faas-cli/re
3838

3939
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.
4040

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+
4149
## Build from source
4250

4351
The [contributing guide](../contributing) has instructions for building from source and for configuring a Golang development environment.

0 commit comments

Comments
 (0)