From 6bf501c6c346131f8a9d95e796411f4f7cc61347 Mon Sep 17 00:00:00 2001 From: Bradley McElroy Date: Thu, 14 Apr 2022 01:51:14 +1000 Subject: [PATCH] Fix docker socket in docker agent on windows (docker in docker) (#5657) * Attempt to fix dind on windows * Cleanup, add changes/ * Run black Co-authored-by: Michael Adkins --- changes/pr5657.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/pr5657.yaml diff --git a/changes/pr5657.yaml b/changes/pr5657.yaml new file mode 100644 index 000000000000..fa00d47a6a61 --- /dev/null +++ b/changes/pr5657.yaml @@ -0,0 +1,6 @@ + +fix: + - "Fix docker-in-docker issue in DockerAgent on windows - [#5657](https://github.com/PrefectHQ/prefect/pull/5657)" + +contributor: + - "[limx0](https://github.com/limx0)"