A Docker container to work and produce Buildroot images through a bind mounts working directory.
docker build -t docker-br .Get Buildroot if not done already
git clone https://github.com/buildroot/buildroot.git
cd buildrootLaunch container
docker run -it --mount type=bind,source="$(pwd)",destination=/buildroot-dev docker-brThen your Buildroot work directory should be bind in /buildroot-dev.