> I was referring to easy use from a full fledged programming language. When you start a subprocess in your programming language of choice, do you always run it in a container? I seriously doubt it, and the reason for that is because it's hard.
I use a (standard) library to start subprocesses in my favourite programming languages.
I use a (standard) library to start subprocesses in my favourite programming languages.
For running a container, I'd also use a library.
Seems about equally hard, no?