GithubHelp home page GithubHelp logo

nicopace / ionic-cordova-android-vagrant-docker Goto Github PK

View Code? Open in Web Editor NEW
49.0 2.0 160.0 243 KB

A Vagrant image complete with Ionic, Node, Cordova, and Android installed for quick development of apps

Shell 100.00%

ionic-cordova-android-vagrant-docker's Introduction

Docker Installation

To install, download and install Docker for your platform.

Once Docker is installed, you can run a downloadable image from Docker Hub, or build your own. To download and use the Docker Hub image, you can run:

$ CID=$(docker run -d nicopace/ionic-cordova-android-vagrant-) # This runs the Docker Image

$ # And this gets you inside the Docker Image so you can use it
$ IP=$(docker inspect --format '{{ .NetworkSettings.IPAddress  }}' $CID)
$ ssh app@$IP # password: app

If you prefer to build your own image, download the latest release of this GitHub repo, and unzip it. cd into the unzipped folder and run:

$ docker build --tag="username/ionicbox" --no-cache=false .

Then, you can run your own image, running the command specified before, changing the tag (in that case nicopace/ionic-cordova-android-vagrant-) with your own (in this case, username/ionicbox)

ionic-cordova-android-vagrant-docker's People

Contributors

agarzon avatar mlynch avatar nicopace avatar oliversalzburg avatar samuelmarks avatar yoneal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ionic-cordova-android-vagrant-docker's Issues

Trailing hyphen in repo name causing issues installing

Hello,

I had issues installing using the commands in the README. It seems like there is an issue with the trailing hyphen.

 $ CID=$(docker run -d nicopace/ionic-cordova-android-vagrant-) # This runs the Docker Image
Unable to find image 'nicopace/ionic-cordova-android-vagrant-:latest' locally
Invalid repository name (ionic-cordova-android-vagrant-). Cannot begin or end with a hyphen.

I tried installing without the hyphen, but it couldnt find the repo:

$ CID=$(docker run -d nicopace/ionic-cordova-android-vagrant) # This runs the Docker Image
Unable to find image 'nicopace/ionic-cordova-android-vagrant:latest' locally
Pulling repository nicopace/ionic-cordova-android-vagrant
Error: image nicopace/ionic-cordova-android-vagrant:latest not found
$: command not found

I was able to clone the repo and build it locally.

Thanks!

SSH password

I have a problem to connect to the VM through SSH. The password "app" is not correct.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.