v20怎么安装mongodb?
Tofloor
poster avatar
BG7ZAG
deepin
2020-06-02 17:41
Author
搜一下没有mongo这个包了
Reply Favorite View the author
All Replies
avatar
jerry979
deepin
2020-06-02 17:49
#1
用docker

sudo apt install docker.io
sudo docker pull mongo
Reply View the author
avatar
BG7ZAG
deepin
2020-06-02 18:18
#2
https://bbs.deepin.org/post/195413
用docker

sudo apt install docker.io

好的,谢谢
Reply View the author
avatar
Feng Yu
deepin
2020-06-02 18:40
#3
docker官方应该有debian仓库,添加官方仓库安装。docker不是一般人都能驾驭的了的,尤其是本地开发环境我个人不建议
Reply View the author
avatar
BG7ZAG
deepin
2020-06-02 19:23
#4
https://bbs.deepin.org/post/195413
docker官方应该有debian仓库,添加官方仓库安装。docker不是一般人都能驾驭的了的,尤其是本地开发环境我个 ...

谢谢,不过docker安装好了,刚才docker安装mongo的步骤总结 https://huangliangbo.com/2294
Reply View the author