Docker Simulation
Install Docker
First, download and install 64-bit Docker Desktop.
Get Image
Run the following command in the terminal to pull or update the current version of L Master simulation environment:
docker pull registry.cn-shanghai.aliyuncs.com/lebai/l-master:latest
Run 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 startup, you can view the container running status in Docker Desktop, as shown:

Now access http://localhost/dashboard to use the simulation environment's L Master.
