I have a host with multiple dockers app in it.
- jenkins docker
- consul docker and
- datadog docker
I want to create jobs in jenkins and run docker commands for eg
$ docker run container id with environment variables
I have created jenkins job with execute shell and ran docker command, got docker not found.
How can I build jobs to run on host not on container?