mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-11 03:47:59 +00:00
11 lines
142 B
Markdown
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.
|