From 5d16afacb6e1e4e9f98067a5d6f08126efe07dd5 Mon Sep 17 00:00:00 2001 From: kateisprettydamngreat <82071373+kateisprettydamngreat@users.noreply.github.com> Date: Sun, 14 Apr 2024 21:14:45 -0400 Subject: [PATCH] Update installation.md --- docs/getting-started/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index abaef46a..e7eece67 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -125,6 +125,8 @@ docker-compose up -d Please refer to the [Docker Desktop for Windows user manual](https://docs.docker.com/docker-for-windows/) for details on how to install Docker on Windows. There is no need to install a Linux distro if using named volumes like in the example below. +It is adviced to use the command-line where possible, as docker-desktop has fewer options to set up your container than CLI. Additionally, docker containers made within your shell will still be able to be managed from within docker desktop. + {% hint style="danger" %} **WSL2 will need to be installed to prevent DB corruption!** Please see the [Docker Desktop WSL 2 backend documentation](https://docs.docker.com/docker-for-windows/wsl/) for instructions on how to enable WSL2. The commands below will only work with WSL2 installed! {% endhint %}