calabash-android and cloud9
601
It's a perfect image to use to start android test automation using calabash-android. It also have manymo command installed so can use manymo.com's emulator.
Using internal avd is not recommended since it's still terribly slow.
minimum branchSlim down image size from 4GB to 2GB by:
master branchBuilt based on codenvy/android442. Added rbenv. Updated the android sdk. And sprayed cloud9 on top of it.
It's a perfect image to use to start android test automation using calabash-android. It also have manymo command installed so can use manymo.com's emulator.
Use this docker-compose.yml to start:
x:
image: neofreko/calabash-android-cloud9
ports:
- 6080
- 4200
- 8080
volumes:
- ~/:/workspace
Port 6080 exposes the vnc. When VirtualBox -- or your native linux host supports
HAXM -- you can use the built in emulator instead of opting for manymo. (master branch only)
Port 4200 is codenvy original web tty (master branch only)
Port 8080 is cloud9. Cloud9 terminal is a better option than codenvy one.
No git, so you have to use it from the host.
Content type
Image
Digest
sha256:431325a1a…
Size
1.4 GB
Last updated
almost 11 years ago
docker pull neofreko/calabash-android-cloud9