|
|
|
|
|
by KomoD
185 days ago
|
|
Temporary ssh containers, I just want to ssh (some id)@(container host), spin up a lxc container or firecracker microvm, it attaches to it. When I exit the ssh session, it terminates (or "pauses"). I've wanted to make it for a while but never got around to it. |
|
kubectl run -i --tty --rm debug --image=busybox --restart=Never -- sh
Doesn't use ssh though.