How to install Docker

Windows

Windows Subsystem for Linux (WSL)

First make sure to have installed Windows Subsystem for Linux (WSL) on your Computer.
Search for Command Prompt (or PowerShell), right-click the top result, and select the Run as administrator option.
Type in:

wsl --list --verbose
wsl --list --verbose

When no Linux installation is listed, you have to install Linux.
Type in your Command Prompt (or PowerShell):

wsl --install --web-download
wsl --install --web-download

Check afterwards again if Linux is installed.

Install Docker

Download Docker Desktop Installer.exe from this source:
https://docs.docker.com/desktop/install/windows-install/
Install Docker and restart your Computer.

Download the eDesign-Docker-image from here: edesign-latest.tar
Open your Command Prompt and move to the directory, where the eDESIGN-Docker-image is located, for example.:
C:\Users To load the Docker-image into a Docker-Container type in:

docker load -i edesign-latest.tar
docker load -i edesign-latest.tar

Then start the Docker-Container:

docker run --name edesign -p 8010:80 web-10.elrest.zz:83/edesign/edesign:latest
docker run --name edesign -p 8010:80 web-10.elrest.zz:83/edesign/edesign:latest

More information on how to install Linux on Windows with WSL
https://learn.microsoft.com/en-us/windows/wsl/install

Manual installation steps for older versions of WSL
https://learn.microsoft.com/en-us/windows/wsl/install-manual

URLs to the Applications

Open your browser and paste in the follwing urls:

eDESIGN access:

http://localhost:8010/eDesign/
http://localhost:8010/eDesign/

WDX access:

http://localhost:8010/wdx/
http://localhost:8010/wdx/

Node-RED access:

http://localhost:8010/node-red/
http://localhost:8010/node-red/