I have a commercial application that comes in a chroot environment: running the script does chroot and runs exe.
The application is quite complicated, and also for support, I do not want to change the whole environment.
Is it possible to start chroot and start the service in docker? Or two incompatible?
source
share