Image for bpi android 7 and android 8 source code compile to avoiding the build environment issues.
1.1K
Dockerfile of this image
https://github.com/BPI-SINOVOIP/bpi-build/tree/android-7
Docker pull Command
$ docker pull sinovoip/bpi-build-android-7:ubuntu16.04
After pull the image, you can start a bash
$ docker run -t -i sinovoip/bpi-build-android-7:ubuntu16.04 /bin/bash
or start a ssh to access the container
$ docker run -d -p 2222:22 -v /media:/media sinovoip/bpi-build-android-7:ubuntu16.04
on your host
$ ssh -p 2222 [email protected] //default passwd is root
Content type
Image
Digest
Size
335.3 MB
Last updated
about 8 years ago
docker pull sinovoip/bpi-build-android-7:ubuntu16.04