Update README.md

This commit is contained in:
2022-01-12 09:06:26 +01:00
committed by GitHub
parent 8f89eb6f16
commit 5dc4ed2e97

View File

@@ -68,7 +68,7 @@ speedrun run whoami --insecure
Stop Nginx on VMs that have a label `role` with value `nginx` and a label named `project` with value `someproject` Stop Nginx on VMs that have a label `role` with value `nginx` and a label named `project` with value `someproject`
```bash ```bash
speedrun service stop nginx --target "labels.role == 'nginx' and labels.project == 'someproject'r" speedrun service stop nginx --target "labels.role == 'nginx' and labels.project == 'someproject'"
``` ```
Run arbitrary shell command on the target machines. Ignore Portal's certificate and connect via private IP address. Run arbitrary shell command on the target machines. Ignore Portal's certificate and connect via private IP address.