Hi everyone,
I am using CentOS 7. There are 2 apps that don't work in docker image. I have to create some conditions (such as- folders, files, sockets etc.) for these apps to run. Apps will be considered as "running" if it shows output to stdout --- "Application terminated normally". (I have to run them in Docker).
In order to make the apps run, I have to use "Strace" utility. ('strace' will be used to trace application ABI calls). [ABI = Application Binary Interface]
What things do I have to do for this? What are the steps? Please help...
I am using CentOS 7. There are 2 apps that don't work in docker image. I have to create some conditions (such as- folders, files, sockets etc.) for these apps to run. Apps will be considered as "running" if it shows output to stdout --- "Application terminated normally". (I have to run them in Docker).
In order to make the apps run, I have to use "Strace" utility. ('strace' will be used to trace application ABI calls). [ABI = Application Binary Interface]
What things do I have to do for this? What are the steps? Please help...