You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks for the ionic2-boilerplate. Awesome project!
The docker run command provided in the README do not work for me. Neither
$ pwd
/Users/mavogel/Development/angular/ionic2-boilerplate
$ docker run -ti --rm -p 8100:8100 -p 35729:35729 marcoturi/ionic
******************************************************
Dependency warning - for the CLI to run correctly,
it is highly recommended to install/upgrade the following:
Please install your Cordova CLI to version >=4.2.0 `npm install -g cordova`******************************************************
Couldn't find ionic.config.json file. Are you in an Ionic project?
complain about not being in an Ionic project, but I'm definetly in an Ionic project folder:
$ ionic info
Your system information:
Cordova CLI: 6.5.0
Ionic Framework Version: 2.0.0
Ionic CLI Version: 2.2.1
Ionic App Lib Version: 2.2.0
Ionic App Scripts Version: 1.0.0
ios-deploy version: 1.9.1
ios-sim version: 5.0.13
OS: OS X El Capitan
Node Version: v6.9.1
Xcode version: Xcode 8.2.1 Build version 8C1002
Did I miss something? Does this work for you? https://github.com/agileek/docker you used as inspiration doesn't have related issues. Checked it already
The text was updated successfully, but these errors were encountered:
mavogel
changed the title
Docker run commands do not work
Docker run can't find ionic.config.json file
Feb 12, 2017
Changing -v ~/Development/angular2/ionic2-boilerplate/:/myApp:rw to -v ~/Development/angular2/ionic2-boilerplate/:/Sources:rw should work. Or alternatively, change the working directory using -w myApp
First of all thanks for the ionic2-boilerplate. Awesome project!
The
docker run
command provided in the README do not work for me. Neithernor
$ docker run -ti --rm -p 8100:8100 -p 35729:35729 -v ~/Development/angular2/ionic2-boilerplate/:/myApp:rw marcoturi/ionic ...
complain about not being in an Ionic project, but I'm definetly in an Ionic project folder:
Did I miss something? Does this work for you?
https://github.com/agileek/docker you used as inspiration doesn't have related issues. Checked it already
The text was updated successfully, but these errors were encountered: