From f8a48a7da7b3c0382fe2d1862fa9dfc0d1c1d2b2 Mon Sep 17 00:00:00 2001 From: wunder957 Date: Tue, 29 Aug 2023 16:10:52 +0800 Subject: [PATCH] Fix doc link --- docs/how-to/run-with-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/run-with-docker.md b/docs/how-to/run-with-docker.md index 0b8e9a5..538fd18 100644 --- a/docs/how-to/run-with-docker.md +++ b/docs/how-to/run-with-docker.md @@ -18,7 +18,7 @@ dataucon/duetector ``` 2. If there is no such file, you need to install headers and mount `/usr/lib/modules` into the container, `/usr/lib/modules` is the directory where kernel modules are installed, and `/lib` -> `/usr/lib` is the directory where kernel modules are installed, and usually `/lib` -> `/usr/lib` is the directory where kernel modules are installed. The steps are as follows: - 1. In WSL2, [you need to compile and install headers by yourself](https://github.com/iovisor/bcc/blob/master/INSTALL.md#install-packages), or [directly replace your own compiled kernel](https:// zhuanlan.zhihu.com/p/324530180) + 1. In WSL2, [you need to compile and install headers by yourself](https://github.com/iovisor/bcc/blob/master/INSTALL.md#install-packages), or [directly replace your own compiled kernel](https://learn.microsoft.com/en-us/windows/wsl/wsl-config) 2. Debian/Ubuntu `sudo apt-get install linux-headers-$(uname -r)` 3. arch `sudo pacman -S linux-headers` 4. For other distributions, see https://github.com/iovisor/bcc/blob/master/INSTALL.md