From 504c4983f97c564245f868e20c852c1626b2c300 Mon Sep 17 00:00:00 2001 From: Sarang Kulkarni Date: Mon, 18 Apr 2022 14:30:15 +0530 Subject: [PATCH] Update development-environment.md --- development-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development-environment.md b/development-environment.md index 951b2e3..ab272a1 100644 --- a/development-environment.md +++ b/development-environment.md @@ -2,7 +2,7 @@ In order to reduce the amount of effort of setting up development environments and fixing versioning between machines, a dev-container is provided which works with the Remote-Container functionality in Visual Studio code. ## Prerequisites -* [Docker](https://www.docker.com/products/docker-desktop) +* [Colima](https://github.com/abiosoft/colima) This is an alternative to [Docker Desktop](https://www.docker.com/products/docker-desktop) which requires license. Use Docker desktop only if your client project demands it and provide license. * [Visual Studio Code](https://code.visualstudio.com/download) ## Install