I am using nrf52 chipset, I just want to know did anyone tried to run docker container to create ARM image? I am thinking to use Docker container as CI.
I am using nrf52 chipset, I just want to know did anyone tried to run docker container to create ARM image? I am thinking to use Docker container as CI.
Hi,
What do you mean by "CI" in this context?
As Docker is an example of OS-level virtualization, for Linux, Windows and macOS, it would not be possible to make a Docker container containing an ARM image only. I guess you could have an emulator and an ARM image in the same container and run the ARM image in that emulator. Is that what you are planning to do?
Regards,
Terje
Hi,
What do you mean by "CI" in this context?
As Docker is an example of OS-level virtualization, for Linux, Windows and macOS, it would not be possible to make a Docker container containing an ARM image only. I guess you could have an emulator and an ARM image in the same container and run the ARM image in that emulator. Is that what you are planning to do?
Regards,
Terje