globe with meridians Language: Deutsch · English

hammer and wrench Setting up Docker

Set up Docker for the web client build – Toolbox, VirtualBox VM and environment variables.

HOW-TO DEVELOPER UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X

On this page

Docker isolates applications via container virtualization. Building the Nuclos web client requires build tools (NodeJS, Angular CLI …) that are provided via Docker. (Building the core itself only needs Java and Maven.)

VirtualBox vs. HyperV

This guide uses Docker with VirtualBox. Docker for Windows runs with HyperV instead – HyperV and VirtualBox cannot run in parallel.

Step by step (Windows)

  1. Download and install the Docker Toolbox from docs.docker.com.
  2. Create a VirtualBox VM:
    docker-machine create --driver=virtualbox vbox-test
  3. Obtain the environment variables:
    docker-machine env vbox-test
  4. Transfer the printed ENV parameters into the Windows environment variables.

Related pages

gear JS web client development environment


Web client.

Open →

  • Keine Stichwörter