Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
W wiki
  • Project overview
    • Project overview
    • Details
    • Activity
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
Collapse sidebar
  • pub
  • wiki
  • Wiki
  • d2s_server_setup_docker

Last edited by Guido Voigt Mar 13, 2019
Page history

d2s_server_setup_docker

D2Sphere Wiki Docker Setup

preparation

  • check to have docker host setup and configured
  • check to have latest docker version 17.06 CE or later - prefered 18.09.3
  • check to have docker-compose installed - prefered 1.21.2
  • request gitlab docker read account and key to download docker images
  • for commercial use request license and license file

modification on enviroment

we recommend to set the number of file handles to 100000

  • option a.) ulimit -n 100000 in the file /etc/init.d/docker
  • option b.) docker run --ulimit nofile=100000:100000 image:tag
  • see further info here (https://docs.docker.com/engine/reference/commandline/run/#set-ulimits-in-container---ulimit)

setup D2Sphere

  • create dir /opt/d2sphere/d2s-ds

  • download [d2sphere.compose.yml] and copy into /opt/d2sphere/ds

  • optional create dir /opt/d2sphere/d2s-ds/config

  • optional copy application.yml out of docker /opt/d2s-ds/application.yml into /opt/d2sphere/d2s-ds/config and modify on your requirement

  • optional copy logback.xml out of docker /opt/d2s-ds/logback.xml into /opt/d2sphere/d2s-ds/config and modify on your requirement

  • optional copy license file into /opt/d2sphere/d2s-ds/config

  • on first start login into docker gitlab registry

docker login --username <username> --password <key> git.falcom.de:4567
  • start docker compose
docker-compose -f d2sphere.compose.yml up
  • stop docker compose press CRTL-C to get promt back
docker-compose -f d2sphere.compose.yml down
Clone repository
  • AVL Filesystem
  • BOLERO40_GNSS_improvement
  • BOLERO40_improvement_of_the_GNSS_performance
  • NFC_commands,_event,_dynamic_variable
  • Promotion_Kit_Settings
  • Workbench Mac Installation Readme
  • avl_aes_key_handling
  • avl_ble
  • avl_blueid
  • avl_config_commented_1
  • avl_ecodrive
  • avl_feature_list
  • avl_frp_main
  • avl_fw_update
  • avl_premium_feature_cpc
View All Pages