File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,17 +61,17 @@ Restore the OpenFaaS Edge images:
61
61
``` bash
62
62
faas-cli airfaas restore \
63
63
--containerd \
64
- --path ./images/ openfaas-edge/images.json \
65
- --namespace openfaas
64
+ --namespace openfaas \
65
+ ./images/ openfaas-edge/images.json
66
66
```
67
67
68
68
If you need to restore any of your own functions, make sure you pass the ` --namespace ` flag, i.e.
69
69
70
70
``` bash
71
71
faas-cli airfaas restore \
72
72
--containerd \
73
- --path ./images/functions/images.json \
74
- --namespace openfaas-fn
73
+ --namespace openfaas-fn \
74
+ ./images/functions/images.json
75
75
```
76
76
77
77
### Restore images to a local registry
@@ -113,7 +113,7 @@ Then copy the `faasd-pro` directory to the air-gapped machine.
113
113
Run the install script on the remote server:
114
114
115
115
``` bash
116
- sudo -E ./faasd-pro/install.sh
116
+ sudo -E ./faasd-pro/install.sh ./faasd-pro/
117
117
```
118
118
119
119
After the installation script completes add you OpenFaaS Edge license:
You can’t perform that action at this time.
0 commit comments