Run an executable on host machine from docker container

477 views Asked by At

I have an executable on the host machine and I want to run it from Docker. It's important to run it FROM Docker, so you should call it inside, and it should call the executable on the host machine.
Summerize: I need something that connect the Docker container with the host machine, and I can call the executable in the docker container, what calls the same executable on the host machine. Is this possible?

I tried volumes, but it didn't work for me, or I used it in a bad way.

0

There are 0 answers