| Auszug |
|---|
|
Nuclos Docker: Toolbox, docker-machine, VirtualBox, HyperV, NodeJS, Angular, web client build. |
Language: Deutsch · English
Setting up Docker
Set up Docker for the web client build – Toolbox, VirtualBox VM and environment variables.
| Status |
|---|
| colour | Green |
|---|
| title | Updated: Jul 2026 |
|---|
|
| Status |
|---|
| colour | Grey |
|---|
| title | applies to Nuclos 4.2026.x |
|---|
|
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 |
|---|
| title | 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)
- Download and install the Docker Toolbox from docs.docker.com.
- Create a VirtualBox VM:
| Codeblock |
|---|
|
docker-machine create --driver=virtualbox vbox-test |
- Obtain the environment variables:
| Codeblock |
|---|
|
docker-machine env vbox-test |
- Transfer the printed ENV parameters into the Windows environment variables.
Related pages
JS web client development environment
Web client.
Open →