
Anacarmem Araújo Rêgo
Posted on
Installation of Docker Compose:
Create a directory for Docker Compose:
mkdir -p ~/.docker/cli-plugins/
Download Docker Compose:
curl -SLhttps://github.com/docker/compose/releases/download/v2.11.2/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
Grant execution permissions:
chmod +x ~/.docker/cli-plugins/docker-compose
Verify the installation:
docker compose version
Top comments(0)
Subscribe
For further actions, you may consider blocking this person and/orreporting abuse