Docker compose插件安装

添加docker源

复制代码
# Add Docker's official GPG key:
sudo apt-get update
sudo apt-get install ca-certificates curl gnupg
sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
sudo chmod a+r /etc/apt/keyrings/docker.gpg

# Add the repository to Apt sources:
echo \
  "deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
  "$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \
  sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update

可以参考Install the Compose plugin | Docker Docs

复制代码
sudo apt-get update
sudo apt-get install docker-compose-plugin

参考

Install the Compose plugin | Docker Docs

相关推荐
张3232 小时前
K8s控制器学习难点
云原生·容器·kubernetes
qwy7152292581634 小时前
1-Docker Engine 安装前置环境配置
运维·docker·容器
sszdzq7 小时前
docker 安装 doris
运维·docker·容器
海的透彻9 小时前
docker容器进程探究
运维·docker·容器
❀͜͡傀儡师9 小时前
ShadowBroker:实时全球情报地图,开源情报(OSINT)的终极聚合平台
docker·容器·llama
.柒宇.10 小时前
MySQL双主同步
linux·数据库·mysql·docker
Dontla11 小时前
Kubernetes Liveness Probe存活探针 / Readiness Probe就绪探针介绍(Startup Probe启动探针)重启容器
云原生·容器·kubernetes
七夜zippoe11 小时前
DolphinDB安装部署:单机版快速上手
docker·安装部署·dolphindb·单机版·web gui
格林威12 小时前
工业相机 SDK 在 Docker 容器中的部署与权限配置(含 USB/GigE)
开发语言·人工智能·数码相机·计算机视觉·docker·容器·工业相机
快往胃里来12 小时前
Dify保姆级教程:部署、智能体、工作流到后端API
阿里云·docker