Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 825931b

Browse files
committed
Docs: More debug help.
1 parent aa62054 commit 825931b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docker/README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ For the developer use case:
117117
118118
python3 docker_tools.py init --clone-rs <your Github userid>
119119
120+
.. note::
121+
122+
On Windows using Ubuntu under WSL2: if you see the error message "Docker Desktop not detected..." but you are running the Docker Desktop, then click the gear (settings) icon in Docker Desktop, select Resources then WSL Integration, and make sure the switch next to Ubuntu is turned on.
123+
120124
3. Build the necessary containers
121125
*********************************
122126
In the terminal, type:

docker/docker_tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ def pip_user() -> str:
190190
DOCKER_COMPOSE_VERSION = "2.29.2"
191191

192192

193-
194193
# CLI
195194
# ===
196195
# Create a series of subcommands for this CLI.

0 commit comments

Comments
 (0)