Docker PhoneGap Android Development Kit
373
This repository contains Dockerfile of PhoneGap for Docker's build published to the public Docker Hub.
Install Docker.
Pull the image
docker pull mybestpro/phonegap-android-kitdocker pull mybestpro/phonegap-android-kit:5.3.9phonegap createdocker run -v <application-parent-dir>:/data mybestpro/phonegap-android-kit phonegap create <application-name>
phonegap servedocker run -d -p <port>:3000 -v <application-dir>:/data mybestpro/phonegap-android-kit phonegap serve -p 3000
phonegap build androiddocker run -v <application-dir>:/data mybestpro/phonegap-android-kit phonegap build android
weinredocker run -d -p <port>:8080 -v <application-dir>:/data mybestpro/phonegap-android-kit weinre --boundHost <IP> --httpPort 8080
Content type
Image
Digest
sha256:99be2166e…
Size
1.3 GB
Last updated
almost 11 years ago
docker pull mybestpro/phonegap-android-kit