I try to run the Android emulator inside the docker container, but I get an error:
root@686d602e6ffa :~/android-sdk-linux/tools
But inside the OS container is ( uname -a )
Ubuntu SMP Tue Mar 10 20:06:50 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
And manually starting emulatox64-x86 works fine:
android-sdk-linux/tools
I can make a symbolic link, but I think this is not a good solution, because there may be a different architecture for emulation
Also, this emulator must be launched by Jenkins, who lives in the container mentioned above.
UPDATED: Since @ user2915097 suggested: root@686d602e6ffa :/# file /bin/bash /bin/bash: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24
android docker jenkins
Art
source share