离线安装dify 1.7
OS
- CentOS 7.6 min X86
安装包准备
| Software | Version | Link |
|---|---|---|
| docker | 25.0.0 | https://download.docker.com/linux/static/stable/x86_64/docker-25.0.0.tgz |
| docker-compose-linux-x86_64 |
离线安装docker
参cdftcdcddocker 离线安装_离线docker安装包-CSDN博客
启动docker compose
docker compose 安装,启动
mv docker-compose-linux-x86_64 /usr/local/bin/docker-compose chmod +x /usr/local/bin/docker-composedify离线镜像导出及导入
现有docker
# docker ps |awk '{print $2}' ID nginx:latest langgenius/dify-api:1.7.1 langgenius/dify-plugin-daemon:0.2.0-local langgenius/dify-api:1.7.1 langgenius/dify-api:1.7.1 langgenius/dify-web:1.7.1 redis:6-alpine langgenius/dify-sandbox:0.2.12 postgres:15-alpine ubuntu/squid:latest semitechnologies/weaviate:1.19.0export
<