Crawlab

 
最快安装 Crawlab 的方式是 Docker
 

拉取镜像

docker pull crawlabteam/crawlab docker pull mongo
 
! 不建议windows 启动 BUG真TMD多。就跟无底洞一样
如果启动失败了。
  1. 检测服务是否启动
  1. 检查windows 是否有安装wsl
详细请细看>>
docker desktop - unexpected wsl error
 
 

启动

docker run -d --restart always --name crawlab \ -e CRAWLAB_REDIS_ADDRESS=192.168.99.1 \ -e CRAWLAB_MONGO_HOST=192.168.99.1 \ -e CRAWLAB_SERVER_MASTER=Y \ -e CRAWLAB_API_ADDRESS=192.168.99.100:8000 \ -p 8080:8080 \ -p 8000:8000 \ -v /var/logs/crawlab:/var/logs/crawlab \ tikazyq/crawlab:0.3.0