vault backup: 2024-03-07 18:13:05
This commit is contained in:
@@ -12,7 +12,7 @@ title: OpenWrt 安装 Docker Compose
|
||||
|
||||
通过 SSH 连接上 OpenWRT 后,在命令行内依次输入以下代码即可
|
||||
|
||||
```linux
|
||||
```shell
|
||||
DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
|
||||
mkdir -p $DOCKER_CONFIG/cli-plugins
|
||||
curl -SL https://github.com/docker/compose/releases/download/v2.20.2/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose
|
||||
|
||||
Reference in New Issue
Block a user