From 180e4b74835a73db814fb5868ae3fb797246a885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Siret?= Date: Sun, 16 Jul 2023 16:23:43 -0400 Subject: [PATCH] Missing privileged for macos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 644a965..3f147ec 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ hdiutil attach openwrt-dev-env.dmg Then run: ```zsh -docker run -v /Volumes/openwrt-dev-env:/home/user -it openwrt_builder /bin/bash +docker run --privileged -v /Volumes/openwrt-dev-env:/home/user -it openwrt_builder /bin/bash ``` Inside the container shell create a image file that will be formatted in ext4 then mounted (thanks to [HowellBP](https://github.com/HowellBP/ext4-on-macos-using-docker) for the inspiration):