Exploded container_build hook into:
- container_boot, which will be executed at boot only,
- container_init, which will be executed during module init phase only.
Those two hooks has been added in the inject.api.php file.
Added a way to redefine inject_file and folder location through variables.
Cleaned-up install process and added documentation on functions.