Containers allow for detachment or isolation of applications from the host system they run on. All the parts, libraries and dependecies can be packed and merged into standalone package for faciliating version management and portability across different environments. Let's put it simply: containers allow for fast and replicable code export from development to production site. What you will find here, are docker containers maintained by our team or forked from Open Source projects with additional useful adjustments.