linux离线安装Dapr(附操作图)


前置条件:

1、安装docker

2、dapr 版本在1.7及以上

1、下载安装包

wget https://github.91chi.fun/https://github.com//dapr/installer-bundle/releases/download/v1.7.2%2B1/daprbundle_linux_amd64.tar.gz

2、解压安装包

tar -zxvf daprbundle_linux_amd64.tar.gz

3、进入daprbundle复制复制dapr 到 /usr/local/bin

cp dapr /usr/local/bin

4、执行初始化命令

dapr init –from-dir .

5、安装成功

参考:

https://mp.weixin.qq.com/s/NRcIu4-klzBfL3yKWtLV_w

https://v1-7.docs.dapr.io/operations/hosting/self-hosted/self-hosted-airgap/

https://github.com/dapr/installer-bundle/releases