-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[curveadm] add exec subcommand #153
Labels
good first issue
Good for newcomers
Comments
aspirer
added a commit
to aspirer/curveadm
that referenced
this issue
Nov 17, 2022
issue opencurve#153 usage: curveadm exec 0e5d809f16b4 --cmd="ps -ef" Signed-off-by: Wangpan <[email protected]>
aspirer
added a commit
to aspirer/curveadm
that referenced
this issue
Nov 18, 2022
issue opencurve#153 usage: curveadm exec 0e5d809f16b4 --cmd="ps -ef" Signed-off-by: Wangpan <[email protected]>
aspirer
added a commit
to aspirer/curveadm
that referenced
this issue
Nov 18, 2022
issue opencurve#153 usage: curveadm exec 0e5d809f16b4 --cmd="ps -ef" Signed-off-by: Wangpan <[email protected]>
aspirer
added a commit
to aspirer/curveadm
that referenced
this issue
Nov 18, 2022
issue opencurve#153 usage: curveadm exec 0e5d809f16b4 ps curveadm exec 0e5d809f16b4 curve_ops_tool status curveadm exec 0e5d809f16b4 -- ps -ef Signed-off-by: Wangpan <[email protected]>
jolly-sy
pushed a commit
to jolly-sy/curveadm
that referenced
this issue
Dec 13, 2022
issue opencurve#153 usage: curveadm exec 0e5d809f16b4 ps curveadm exec 0e5d809f16b4 curve_ops_tool status curveadm exec 0e5d809f16b4 -- ps -ef Signed-off-by: Wangpan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)
curveadm adds executing commands in the specified container and outputs them.
it looks like :
This document describes how to quickly get started and participate in the development of Curveadm.
Describe the solution you'd like (描述你期望的解决方法)
You can ssh into the container and execute commands like:
ssh [email protected] ps
.Describe alternatives you've considered (描述你想到的折衷方案)
Additional context/screenshots (更多上下文/截图)
The text was updated successfully, but these errors were encountered: