Skip to content

Commit

Permalink
Supplement the installation method of docker-compose plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dyrnq committed Mar 20, 2024
1 parent 119aa95 commit 3ee075e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ee075e

Please sign in to comment.