Files
kubevela/docs/en/developers/exec-cmd.md
T
2021-03-28 16:37:35 +08:00

11 lines
144 B
Markdown

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