kubevela.github.io/docs/developers/exec-cmd.md

11 lines
142 B
Markdown

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