Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 513 Bytes

find-docker-and-docker-compose-version.rst

File metadata and controls

25 lines (15 loc) · 513 Bytes
orphan:

Find Docker and Docker Compose version

Open a terminal and type the following:

# Get Docker version
host> docker --version

# Get Docker Compose version
host> docker-compose --version
.. seealso::

   * :ref:`howto_open_terminal_on_mac`
   * :ref:`howto_open_terminal_on_win`