Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down