Closed BSick7 closed 1 year ago
This adds --container flag to the ssh/exec commands which allows a user to specify a specific container other than the main container. (e.g. nginx)
--container
ssh
exec
nginx
This also fixes nullstone --version. (Previously, this always reported dev)
nullstone --version
dev
This adds
--container
flag to thessh
/exec
commands which allows a user to specify a specific container other than the main container. (e.g.nginx
)This also fixes
nullstone --version
. (Previously, this always reporteddev
)