Nuclos Docker: Toolbox, docker-machine, VirtualBox, HyperV, NodeJS, Angular, web client build. |
Language: Deutsch · English
Set up Docker for the web client build – Toolbox, VirtualBox VM and environment variables.
Auf dieser Seite |
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.)
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 |