intermediate/workshop/DockerCompose/version_Command.md
The docker-compose version command shows the Docker-Compose version information.
$ docker-compose version
docker-compose version 1.23.2, build 1110ad0
docker-py version: 3.7.3
CPython version: 2.7.16
OpenSSL version: OpenSSL 1.1.1c 28 May 2019
docker-py is the Docker Remote API, it does everything the docker command does, but from within Python – run containers, manage them, pull/push images, etc.
Next » help Command