Closed hellt closed 7 months ago
create the executable /usr/local/bin/sshin with the following contents
/usr/local/bin/sshin
#!/bin/bash ssh $(docker ps -a --format {{.Names}})
Then, when connected to the launcher a user might just type sshin and get into the shell.
sshin
This will also work with the kubectl:
k exec -it <pod-name> -- sshin
create the executable
/usr/local/bin/sshin
with the following contentsThen, when connected to the launcher a user might just type
sshin
and get into the shell.This will also work with the kubectl: