From a3498dc0e9aaf12010437c35f391c302d3f3c26a Mon Sep 17 00:00:00 2001 From: Timofey Gelazoniya Date: Wed, 2 Apr 2025 19:32:28 +0300 Subject: [PATCH] docs: add troubleshooting tip for slow docker.service startup --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 26ae581..09813a3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ My minimal setup for Arch Linux development environment optimized for WSL2, desi ###### Mirror on my [ Git](https://git.zeldon.ru/zeldon/dotfiles-wsl2) +⚠️ If you encounter an issue with slow startup of `docker.service`, the simplest solution is to disable `systemd-networkd-wait-online`: + +```bash +sudo systemctl disable systemd-networkd-wait-online +``` + +> See: https://github.com/yuk7/ArchWSL/issues/356 + ## Features Rice Showcase