Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Auszug
hiddentrue

Nuclos Docker: Toolbox, docker-machine, VirtualBox, HyperV, NodeJS, Angular, web client build.

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.

Status
colourPurple
titleHow-to
Status
colourBlue
titleDeveloper
Status
colourGreen
titleUpdated: Jul 2026
Status
colourGrey
titleapplies to Nuclos 4.2026.x

Panel
bgColor#F4F5F7

On this page

Inhalt
maxLevel2
minLevel2

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.)

Info
titleVirtualBox 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:
    Codeblock
    languagebash
    docker-machine create --driver=virtualbox vbox-test
  3. Obtain the environment variables:
    Codeblock
    languagebash
    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 →