From 4b50cfb912c0f17e3eae5f78bf3e8e3b66218578 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sat, 23 Jul 2022 09:39:20 -0400 Subject: [PATCH] docs: update DOCKER readme --- docker/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/README.md b/docker/README.md index fdeedd41f..a78e705a4 100644 --- a/docker/README.md +++ b/docker/README.md @@ -4,6 +4,8 @@ 1. [Set up Docker](https://docs.docker.com/get-started/) on your preferred platform. On Windows, it is highly recommended to use the [WSL 2 *(Windows Subsystem for Linux)*](https://docs.docker.com/desktop/windows/wsl/) backend. +> See the [IETF Tools Windows Dev guide](https://github.com/ietf-tools/.github/blob/main/docs/windows-dev.md) on how to get started when using Windows. + 2. On Linux, you must also install [Docker Compose](https://docs.docker.com/compose/install/). Docker Desktop for Mac and Windows already include Docker Compose. 2. If you have a copy of the datatracker code checked out already, simply `cd` to the top-level directory.