-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker image #42
Comments
Thats such a rad idea! |
👍 |
Sorry to seem like an idiot. I'm new to Docker and just curious about what this issue actually is trying to solve? You want people to be able to set up the bower/registry in a docker container for development purpose? |
+1 we want this in-house ;) |
@razic Precisely. Docker is fast becoming a convenient and easy way to do development as well as deployment of small-scale to large-scale applications and workflows :) |
If someone wants to make the first strike on this, I'd be happy to review and get it out the door— |
This sounds awesome. I'm not familiar w/ Docker, but b/c we're on Heroku, I'm happy to investigate if we can make this new feature work. My concerns are env vars & db replication. |
At Yelp we have our bower registry running inside docker. We use Jenkins to test our docker'd registry. My biggest concern for the upstream project is CI integration. Travis does not support docker (yet), It might be a good idea to get something working under test upfront. Anyone have experience with shippable (https://www.shippable.com/) for docker? |
Hi there, I was trying to setup a docker with bower for development purposes, but there are some problems concerning the ownership... If anyone has an idea of how to set a bower docker for development it would be very awsome =D |
Registry setup is now easier. Only PostgreSQL installed is necessary: 66e074a This means Dockerfile is no longer needed :) Closing. |
When the rewrite is done it would be nice to have a Docker image so it's super easy to get set up. A lot of people use Bower inside their companies.
Relevant: https://github.com/terinjokes/docker-npmjs
The text was updated successfully, but these errors were encountered: