Skip to content
Menu
HE'S BLOG
  • Home
  • One Page
  • Home page
  • Links
  • Mac
  • Windows
  • Program
  • AI
HE'S BLOG
2025年2月18日2025年2月18日

Install dify, docker on ubuntu 24 with snap

# install docker with snap

sudo snap install docker

# Config and run

sudo addgroup –system docker

sudo adduser $USER docker

newgrp docker

sudo snap disable docker

sudo snap enable docker

# git clone dify

git clone https://github.com/langgenius/dify.git

cd dify/docker/

# Run dify with docker compose

cp .env.example .env

docker-compose up

Error response from daemon: manifest for langgenius/dify-api:1.0.0 not found: manifest unknown: manifest unknown

git checkout 0.15.3

git checkout -b my-feature-branch

https://docs.docker.com/reference/cli/docker/image/save

docker save postgres:15-alpine > postgres:15-alpin.tar

docker save langgenius/dify-web:0.15.3 > dify-web:0.15.3.tar

docker save langgenius/dify-api:0.15.3 > dify-api:0.15.3.tar

docker save nginx:latest > nginx:latest.tar

docker save redis:6-alpine > redis:6-alpine.tar

docker save langgenius/dify-sandbox:0.2.10 > dify-sandbox:0.2.10.tar

docker save ubuntu/squid:latest > squid:latest.tar

docker save semitechnologies/weaviate:1.19.0 > weaviate:1.19.0.tar

docker load postgres:15-alpine > postgres:15-alpin

ls -l | wc -l

近期文章

  • Dify1.3.1安装
  • Gopro 驱动下载
  • Popular models download website
  • Stable diffusion enable remote access
  • Ollama remote access

近期评论

    归档

    • 2025 年 5 月
    • 2025 年 3 月
    • 2025 年 2 月
    • 2024 年 3 月
    • 2023 年 10 月
    • 2023 年 5 月
    • 2023 年 4 月
    • 2022 年 11 月
    • 2022 年 9 月
    • 2022 年 5 月
    • 2022 年 4 月
    • 2022 年 3 月
    • 2022 年 2 月
    • 2022 年 1 月
    • 2021 年 10 月
    • 2021 年 9 月
    • 2021 年 5 月
    • 2020 年 7 月
    • 2020 年 6 月
    • 2020 年 5 月
    • 2020 年 4 月
    • 2020 年 3 月
    • 2019 年 11 月
    • 2019 年 10 月
    • 2018 年 9 月
    • 2018 年 6 月
    • 2018 年 5 月
    • 2018 年 2 月
    • 2017 年 8 月
    • 2016 年 4 月

    分类

    • AI
    • Android
    • Angular
    • Apple Hardware
    • C++
    • Docker
    • Doctine
    • ELK
    • English
    • Hadoop
    • Hbase
    • IDE&Tools
    • Ionic2
    • Javascript
    • jQuery
    • Kubernetes
    • Mac
    • PHP
    • Program
    • Scala
    • Shell
    • SQL
    • Symfony
    • Web
    • Wordpress
    • 一行命令

    其他操作

    • 登录
    • 条目 feed
    • 评论 feed
    • WordPress.org
    ©2025 HE'S BLOG | Powered by WordPress and Superb Themes!