Docker Simulation

Installing Docker

First, download and install the 64-bit version of Docker Desktopopen in new window.

Getting the Image

Run the following command in the terminal to pull or update the current version of the L Master simulation environment:

docker pull registry.cn-shanghai.aliyuncs.com/lebai/l-master:latest

Running the Image

Run the following command in the terminal to start the L Master simulation environment:

docker run -it -d -p 80:80 -p 5170:5170 -p 5171:5171 -p 5180:5180 -p 3010:3010 -p 3020:3020 -p 3030:3030 -p 3050:3050 registry.cn-shanghai.aliyuncs.com/lebai/l-master:latest

After successful execution, you can check the container status in Docker Desktop, as shown in the image:

Docker Desktop Containers / Apps

You can now access the L Master simulation environment by visiting http://localhost/dashboardopen in new window.