A Ionic framework ready image for fast coding.
802
Ionic Box is a ready-to-go hybrid deveopment environment for building mobile apps with Ionic, Cordova, and Android. This fork (from driftyco/ionic-box) uses Docker instead Vagrant to build the ionic-box. For vagrant method see the content of vagrant folder.
sudo docker run -it --rm --name ionic-box -p 8100:8100 -p 35729:35729 mikamboo/ionic-box
If you have your own ionic sources, you can launch it with:
sudo docker run -ti -p 8100:8100 -p 35729:35729 -v /path/to/your/ionic-project/:/myApp mikamboo/ionic-box /bin/bash
Enable USB for the container
sudo docker run -ti --rm -p 8100:8100 -p 35729:35729 --privileged -v /dev/bus/usb:/dev/bus/usb -v \$PWD:/myApp mikamboo/ionic-box adb list
Content type
Image
Digest
sha256:45d0b19da…
Size
1.3 GB
Last updated
almost 11 years ago
docker pull mikamboo/ionic-box