Hello.
I’m porting docker to Tizen OS which is a variant of Linux, the hardware to run Tizen is odroid-xu3 board. that is to say the cpu architecture is arm, and the kernel version is 4.1.x.
I have compiled docker 1.13.0 for arm successfully, i want to verify each docker features whether works well in Tizen, so my question is, is there any guide or tools to run tests for docker?
Thanks.