Win installation docker desktop version build Qinglong panel tutorial

docker desktop version: docker

WSL2 file: WSL2

Install the above desktop version of docker, wsl2, and check the status of computer virtualization (on).

Install docker and run it, what it looks like after success:

Pull the Dragon command

Create a new Docker folder on the D drive, then create a new ql folder, and create a new config, db, log, raw, repo, scripts folder in the ql folder

Open powershell (administrator) and enter the command:

cd D:\
cd .\Docker\
docker run -dit -v D:/Docker/ql/config:/ql/config -v D:/Docker/ql/log:/ql/log -v D:/Docker/ql/db:/ql/db -v D:/Docker/ql/repo:/ql/repo -v D:/Docker/ql/raw:/ql/raw -v D:/Docker/ql/scripts:/ql/scripts -p 5700:5700 --name qinglong --hostname qinglong -e TZ=Asia/Shanghai --restart unless-stopped whyour/qinglong:latest

pull complete

 

 wait for a while to run

Enter http://127.0.0.1:5700/ in the browser to open the Qinglong panel to initialize and click to start the installation

Guess you like

Origin blog.csdn.net/lq9569/article/details/129647942