Experimental DataHubSystem (a.k.a. DHuS) Docker image
This report aims to dig into Docker technology and discover new ways and places
dhus-software-0.9.0-2-distribution.zipyou can build your own follow the instruction here: http://sentineldatahub.github.io/DataHubSystem/page/2007/05/01/How-to-Build.htmldhus.xmlconfig filestart.shconfig file
docker build -t dhus .
docker run --name dhus -d -v <YOUR_MAGIC_PATH>/local_dhus:local_dhus -p 8081:8081 dhus
tail -f your logs with docker logs --follow dhus, check if some erorr appears, if not... enjoy your DHuS here http://localhost:8081 (when Server is ready...)