By accessing the website and accepting the Cookie Policy, you agree to use the cookies provided by the Site in accordance with to analyze traffic, remember your preferences, and optimize your experience.
ARM架构下安装Docker Compose命令
2021-11-17 11:16:59    261    0    0
emengweb

通过仓库安装

# Debian/Ubuntu
apt-get install docker-compose -y


通过脚本安装

如果仓库安装后仍然无法运行,可使用脚本进行安装

curl -L --fail https://raw.githubusercontent.com/linuxserver/docker-docker-compose/master/run.sh -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose


上一篇: Docker中Image、Container与Volume的迁移

下一篇: 甲骨文ARM架构下安装宝塔面板及防火墙 - 让宝塔面板的 Nginx 在 ARM 下也能支持 LuaJIT

261 人读过
文档导航