Skip to content

Ionic Box: The easiest way to get your hybrid development environment up and running. A Vagrant install for Android, Cordova, and Ionic.

Notifications You must be signed in to change notification settings

mikamboo/ionic-box

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Ionic Box

Ionic

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.

Requirements

  • Docker : Build, Ship and Run Any App, Anywhere

Usage : ionic-box

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

About

Ionic Box: The easiest way to get your hybrid development environment up and running. A Vagrant install for Android, Cordova, and Ionic.

Resources

Stars

Watchers

Forks

Packages

No packages published