Hi ,
I have a shell script . i need to invoke the shell script from the restapi app , 
and restapi app is containerized ,which is running inside docker container. when i tried to invoke the shell script from restapi , shell script is invoking inside the container . but the changes are not affecting in the vm machine. 
how to invoke shell script inside docker container using from rest api??
any idea. ??
example: shell script should create the new folder inside the vm , and create a log files.  
commands are running inside the container but its not creating any folder or log files.