Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install docker compose ubuntu

## The docker-compose is integrated in the docker-CLI.

The new Compose V2, which supports the compose command
as part of the Docker CLI, is now available.

Compose V2 integrates compose functions into 
the Docker platform, continuing to support most of 
the previous docker-compose features and flags.

You can run Compose V2 by replacing the hyphen (-) with a space,
using docker compose, instead of docker-compose
Source by docs.docker.com #
 
PREVIOUS NEXT
Tagged: #install #docker #compose #ubuntu
ADD COMMENT
Topic
Name
9+2 =