update,
This commit is contained in:
13
noknok11d/task1-aws-proxy/install_docker_compose.sh
Normal file
13
noknok11d/task1-aws-proxy/install_docker_compose.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
# /usr/bin/env bash
|
||||
|
||||
set -x
|
||||
|
||||
DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
|
||||
mkdir -p $DOCKER_CONFIG/cli-plugins
|
||||
curl -SL https://github.com/docker/compose/releases/download/v2.23.0/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose
|
||||
|
||||
chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose
|
||||
|
||||
sudo chmod +x /usr/local/lib/docker/cli-plugins/docker-compose
|
||||
|
||||
docker compose version
|
Reference in New Issue
Block a user