From f2862fe2dec38b9534804b4620025024c5aedaf4 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Thu, 22 Apr 2021 11:52:01 +0200 Subject: Update Install-with-Docker.md --- docs/Install-with-Docker.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Install-with-Docker.md b/docs/Install-with-Docker.md index f82a564..14eae7a 100644 --- a/docs/Install-with-Docker.md +++ b/docs/Install-with-Docker.md @@ -37,7 +37,10 @@ docker-compose --version You should see a similar output: -![image](https://user-images.githubusercontent.com/75517/51273280-a132e200-19cc-11e9-914e-d54610f43ad6.png) +``` +Docker version 20.10.5, build 55c4c88 +docker-compose version 1.28.2, build 67630359 +``` **Note for Windows users**: you can use **git-bash** (the shell included in git) as a terminal. -- cgit