This project create a container to Hesk project
docker run --name hesk -d --link mysql-container-name:mysql -p 80:80 brunoah/hesk
Where 'mysql-container-name' is the name of the container that is running the database that will be used.
Go to http:///install to initialize the installation
Where you-host is the server where you are running the Hesk container
To remove install folder run:
docker exec -i hesk rm -R install