From 3ee075e91c39f466d6367fed84eb9337c39cbed6 Mon Sep 17 00:00:00 2001 From: dyrnq Date: Wed, 20 Mar 2024 15:41:31 +0800 Subject: [PATCH] Supplement the installation method of docker-compose plugin --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index b7c47bc..af14cd4 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,20 @@ or with docker-compose curl -fsSL https://cdn.jsdelivr.net/gh/dyrnq/install-docker@main/install-docker.sh | bash -s docker --mirror Tuna --version 25.0.4 --with-compose --compose-version 1.29.2 --compose-mirror daocloud ``` +or with docker-compose plugin + +```bash +mkdir -p /usr/local/lib/docker/cli-plugins +curl -fsSL https://mirror.ghproxy.com/https://raw.githubusercontent.com/dyrnq/install-docker/main/install-docker.sh | bash -s docker \ +--mirror tencent \ +--version 25.0.4 \ +--with-compose \ +--compose-version 2.24.7 \ +--compose-mirror daocloud \ +--compose-prefix /usr/local/lib/docker/cli-plugins \ +--systemd-mirror "ghproxy" +``` + ## Get ```bash