I did the following:
Run docker pull bkimminich/juice-shop
Run docker run --rm -p 3000:3000 bkimminich/juice-shop
Browse to http://localhost:3000 with Burp listening to 127.0.0.1:8080 => I see external traffic (google, cdn...) but not internal (Docker container).
So please how to configure my container to connect it with my proxy Burp. Burp is installed on Windows not inside the container. Thks