Created by: Snawoot
Purpose of proposed changes
Adds docker support independent from host machine driver.
Essential steps taken
Added Dockerfile presents an example which invokes required entrypoint script. Entrypoint script applies workaround to dynamic linker to make patching possible. Original library file is mounted from hostsystem in read-only mode, so patched version of library placed somewhere else and dynamic linked set to lookup priority location for libraries. This way patched library gets loaded instead of original library.