Hello everyone,
I have a docker container running and I am wondering how to spawn a new process in the parent host from within the docker container. For example, let’s assume in the parent host I have a command line executable program named X, and I want to call X from within the docker container.
Is it possible to do so?
Regards