Is there a way to run the equivalent of docker exec or docker run ?

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