mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-07 01:46:54 +00:00
9 lines
130 B
Markdown
9 lines
130 B
Markdown
# Execute Commands in Container
|
|
|
|
Run:
|
|
```
|
|
$ vela exec testapp -- /bin/sh
|
|
```
|
|
|
|
This open a shell within the container of testapp.
|