Skip to content

Commit 3e59f1a

Browse files
authored
feat: Add Docker installation note
1 parent 90f8328 commit 3e59f1a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/content/docs/project/installation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ go install github.com/bettercap/bettercap/v2@latest
2626

2727
## Using Docker
2828

29+
:::note
30+
Any module that does not work at the IP level and requires direct hardware access, for example `wifi.recon`, will not work while running on Docker.
31+
32+
:::
33+
2934
bettercap is containerized using [Alpine Linux](https://alpinelinux.org/) - a security-oriented, lightweight Linux distribution based on musl libc and busybox. The resulting Docker image is relatively small and easy to manage the dependencies. Since it is using a multi-stage build, **a Docker version greater than 17.05 is required**.
3035

3136
To pull latest version of the image:

0 commit comments

Comments
 (0)