crawlab docker安装

1 先给个干货

crawlab的官方文档地址 https://docs.crawlab.cn/Installation/Docker.html

github说明地址 https://github.com/crawlab-team/crawlab/blob/master/README-zh.md

2 两种安装方式

一是通过docker pull拉取,代码如下

 docker pull tikazyq/crawlab:latest 

二是从github拉取代码,然后使用docker compose命令

 git clone https://github.com/crawlab-team/crawlab

cd crawlab
docker-compose up -d

猜你喜欢

转载自blog.csdn.net/liuyuinsdu/article/details/113878911