Language: Deutsch · English
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.
docker-machine create --driver=virtualbox vbox-test
docker-machine env vbox-test