### Summary 1. Builds the docker image and container via `tools/docker/Dockerfile`. 1. In docker container, compiles the test C target `rpi_video.out` by running `make` with file `tools/c_ver/Makefile`. 2. Copies `rpi_video.out` to a Raspberry Pi. 3. Runs `rpi_video.out`, and reports the below issue. ``` mmal: mmal_component_create_core: could not find component 'vc.ril.camera' ```
Summary
Builds the docker image and container via
tools/docker/Dockerfile.In docker container, compiles the test C target
rpi_video.outby runningmakewith filetools/c_ver/Makefile.Copies
rpi_video.outto a Raspberry Pi.Runs
rpi_video.out, and reports the below issue.