ionic-cordova-android-vagrant-docker
ionic-cordova-android-vagrant-docker copied to clipboard
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!
Hi @jlyon , thanks for reporting this. It seems this is a new change on docker hub policies, as that image was working till now. Will republish it with a new name, and update the readme to reflect that. Thanks,
Great, thanks!