Sign inSign up

softsam/android-23

By softsam

Updated about 11 years ago

Android 23 emulator

Image
3

2.7K

softsam/android-23 repository overview

Android emulator API 23

Run Android emulator with API 23

Built with

  • based on sofsam/android
  • Android API 23

Running the emulator

Running the emulator for Android 23:

docker run -d --name android softsam/android-23

The emulator exposes the port 5555 of ADB, and can be used by any other container (or the host). The emulator also exposes the port 5900, and you can connect to it with a VNC client on localhost if you run the following command:

docker run -d -p 5900:5900 --name android softsam/android-23

Tag summary

Content type

Image

Digest

sha256:5890d5772

Size

964.6 MB

Last updated

about 11 years ago

docker pull softsam/android-23