Join our Discord Server
Getting Started

Lab 1: The ‘version’ Command

Estimated reading: 1 minute 36 views

The docker-compose version command shows the Docker-Compose version information.

Pre-requisite:

Tested Infrastructure

Platform Number of Instance Reading Time
Play with Docker 1 5 min

Pre-requisite

  • Create an account with DockerHub
  • Open PWD Platform on your browser
  • Click on Add New Instance on the left side of the screen to bring up Alpine OS instance on the right side

Checking docker-compose version

$ 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.

 

Share this Doc

Lab 1: The ‘version’ Command

Or copy link

CONTENTS
Join our Discord Server