-
Notifications
You must be signed in to change notification settings - Fork 89
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
Support custom components #365
Comments
Give it a shot and find out? Just use
|
True, having that component in production wouldn't be that useful. Do you think it would make sense that Nanobox supports "Dev components" similar to For now a simple |
I've now added this to my data.chrome:
image: selenium/standalone-chrome But with
Any ideas how I could debug this? Manually running a container from this image works fine. |
Huh. Looks like it's requiring the Nanobox hooks to be available in the image in order to consider it running. My understanding was that the absence of hooks should only reduce some of the capabilities, not prevent images from running entirely. |
That's the intent, but apparently that's not the case currently. We'll need to make issues to address these. |
The plan hook is currently required. I will have to figure out how to remove that dependency. @tylerflint is it possible to run custom in production? I want to make sure both local and production are in parity. |
I tried to verify this but it's not working after a
How can I update to the latest version (2.0.2 ATM)? I guess I'll just re-install from bundle. |
Hey @mbrodala, sorry for the confusion on this. Here's a gist with instructions to upgrade to v2: https://gist.github.com/sanderson/73d91939710bf99992cdd5baf35adc89 Thanks |
Thanks for the heads up, that explains a lot. ;-) |
It would be useful if one could add custom components simply based on Docker images. Something like this:
I'm not sure this is already possible with custom images.
This is a more general approach to the issue mentioned in #364 which could a) solve a huge chunk of problems and b) open a huge can of worms. ;-)
The text was updated successfully, but these errors were encountered: