Files
kubevela/docs/developers/exec-cmd.md
2020-11-01 23:34:12 -08:00

9 lines
130 B
Markdown

# Execute Commands in Container
Run:
```
$ vela exec testapp -- /bin/sh
```
This open a shell within the container of testapp.