Pelagicore / meta-pelux

PELUX is an open source, GENIVI compliant development platform that supports the Qt Automotive Suite
https://pelux.io
MIT License
39 stars 28 forks source link

softwarecontainer: run neptune Map app in container #303

Closed TSAnsari closed 5 years ago

TSAnsari commented 5 years ago

This runs neptune Map application in softwarecontainer. It requires networkgateway to be configured in order to access api.mapbox.com API which provides map information to render. Filegateway is also configured since the iptables used by networkgateway require to lock /run/xtables.lock when running commands. /etc/ssl is also mounted through filegateway. This is needed for SSL certificates needed to access https://api.mapbox.com.

Signed-off-by: Tariq Ansari tansari@luxoft.com