mirror of
https://github.com/xzeldon/dotfiles-wsl2.git
synced 2025-04-04 10:07:11 +03:00
docs: add troubleshooting tip for slow docker.service startup
This commit is contained in:
parent
01cadad79b
commit
a3498dc0e9
@ -4,6 +4,14 @@ My minimal setup for Arch Linux development environment optimized for WSL2, desi
|
||||
|
||||
###### Mirror on my [<img src="https://git.zeldon.ru/assets/img/logo.svg" align="center" width="25" height="25"/> 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
|
||||
|
||||
<img src="./.meta/screenshots/wall.png" alt="Rice Showcase" align="right" width="580px">
|
||||
|
Loading…
x
Reference in New Issue
Block a user