Sign inSign up

mikamboo/ionic-box

By mikamboo

Updated almost 11 years ago

A Ionic framework ready image for fast coding.

Image
4

802

mikamboo/ionic-box repository overview

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

Tag summary

Content type

Image

Digest

sha256:45d0b19da

Size

1.3 GB

Last updated

almost 11 years ago

docker pull mikamboo/ionic-box