Skip to content

Commit feecf56

Browse files
committed
Pin to OpenFaaS 0.7.8
This change moves the vresion up to 0.7.8 Signed-off-by: Alex Ellis (VMware) <[email protected]>
1 parent ca16471 commit feecf56

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

lab1.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,25 @@ $ faas-cli version
8686

8787
The instructions for deploying OpenFaaS change from time to time as we strive to make this easier. The following will get OpenFaaS deployed in around 60 seconds:
8888

89+
* First clone the repo:
90+
91+
```
92+
$ git clone https://github.com/openfaas/faas
93+
```
94+
95+
* Now checkout the latest version with Git
96+
97+
```
98+
$ cd faas && \
99+
git checkout 0.7.8
100+
```
101+
102+
> Note: you can see the latest releases on the [project release page](https://github.com/openfaas/faas/releases).
103+
104+
* Now deploy the stack with Docker Swarm:
105+
89106
```
90-
$ git clone https://github.com/openfaas/faas && \
91-
cd faas && \
92-
git checkout 0.7.3 && \
93-
./deploy_stack.sh
107+
$ ./deploy_stack.sh
94108
```
95109

96110
You should now have OpenFaaS deployed. If you are on a shared WiFi connection at an event then it may take several minutes to pull down all the Docker images and start them.

0 commit comments

Comments
 (0)