fix comp names for lab

This commit is contained in:
szihai
2020-10-25 00:26:56 -07:00
parent 770ecb3848
commit fbca8aab49
+2 -2
View File
@@ -21,8 +21,8 @@
* Deploy a simple application with
```
vela comp deploy mycomp -t backend --image crccheck/hello-world --app lab1
vela comp deploy mycomp -t webservice --image crccheck/hello-world --port 8000 --app lab1
vela comp deploy back -t backend --image crccheck/hello-world --app lab1
vela comp deploy front -t webservice --image crccheck/hello-world --port 8000 --app lab1
```
* Show application status `vela app show myapp`