Files
kubevela/docs/en/developers/exec-cmd.md
2021-06-03 15:30:50 +08:00

142 B

title
title
Execute Commands in Container

Run:

vela exec testapp -- /bin/sh

This open a shell within the container of testapp.