I've built a simple Matter device for the nRF52840, using the chip-build-nrf-platform Docker image.
The host OS is Linux, and I mapped the physical device ( /dev/ttyACM0 ) to the container.
I used the Docker image to build because I have not been able to successfully build on the host machine (probably because I have not configured nRF Connect SDK correctly).
The Docker image made it possible to build, but now I need to somehow get my binary onto the board.
Is it possible to flash the nRF52840 from this (or a different) Docker image? Or do I have to flash the device using the host OS?