mozilla / snakepit

Machine learning job scheduler
Mozilla Public License 2.0
51 stars 16 forks source link

Execute commands on running workers #148

Closed tilmankamp closed 5 years ago

tilmankamp commented 5 years ago

Low hanging fruit: Allow similar experience as with lxc exec by

This would also allow users to log into running workers:

$ pit exec 1234:0 -- bash
root@sp-n0-1234-0:~# ls /
bin   code  dev  home  lib64  mnt  proc  run   snap  sys  usr
boot  data  etc  lib   media  opt  root  sbin  srv   tmp  var
root@sp-n0-1234-0:~# exit
$