Docker Compose
Docker Compose
We can then use the following command to see the compose version.
Syntax
docker-compose version
Parameters
version − This is used to specify that we want the details of the version of Docker
Compose.
Output
Example
Output
Once executed, all the images will start downloading and the containers will start
automatically.
And when you do a docker ps, you can see that the containers are indeed up and
running.