From 8c4a2deca109cf4c86645d21787411b5bf98fcba Mon Sep 17 00:00:00 2001 From: Sasha Gerrand Date: Tue, 27 Feb 2018 19:25:27 +0100 Subject: [PATCH] Update product version references (#5928) --- docker-for-mac/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-for-mac/index.md b/docker-for-mac/index.md index e2d321a64a..e770bd6770 100644 --- a/docker-for-mac/index.md +++ b/docker-for-mac/index.md @@ -37,13 +37,13 @@ Run these commands to test if your versions of `docker`, `docker-compose`, and ```shell $ docker --version -Docker version 17.03.0-ce, build 60ccb22 +Docker version {{ site.docker_ce_stable_version }}, build c97c6d6 $ docker-compose --version -docker-compose version 1.11.2, build dfed245 +docker-compose version {{ site.compose_version }}, build 8dd22a9 $ docker-machine --version -docker-machine version 0.10.0, build 76ed2a6 +docker-machine version {{ site.machine_version }}, build 9ba6da9 ``` > **Note**: The above is an example. Your output may differ if you are running