#strawman: what about just `exec`? it's

1 messages · Page 1 of 1 (latest)

onyx radish
#

I think it drops the special nature of it specifically attaching the caller's tty to a tty in the container. exec seems like it would be more generic than that, potentially

wooden forum
#

i guess following this train of thought, go full exec --tty? (matching docker)

#

but eh, then we're getting more verbose, just wanted to see if there's anything good down this line of thought

onyx radish
#

No I get the appeal, I could see Exec actually being its own type that gets accepted by WithExec too, if we were to just start fresh

#

One nice thing is that in theory someone could make a module that implements this API 😄