to run something inside a container?
This would be a show stopper!
fly ssh console
is roughly like docker exec
. You can pass -C "/path/to/command"
if you’d like.
1 Like
works great , thanks
1 Like