-
Notifications
You must be signed in to change notification settings - Fork 122
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
How to run in docker? #354
Comments
Hi @demaniak the registry needs to be instantiated in a node app via requiring it as dependency and setting all the configuration. You can find more info in the wiki. If you are already doing it, still,
We use Docker as well for releasing this at OpenTable and the image is just a quite basic Ubuntu + node 6 + a couple of internal tools and it just starts the app by In case you don't solve, can you share your input js file for starting the registry? In case, I can review. |
Thank you for the reply @matteofigus . I am also a bit puzzled by this - there is nothing glaringly obviously wrong. Will go back and verify some items, and downgrade node. |
I opened a PR for testing node 7 #362 and I confirm something is red there. We'll prioritise some work to get it green ;) |
Thank you for the reply @matteofigus . I am also a bit puzzled by this - there is nothing glaringly obviously wrong. Will go back and verify some items, and downgrade node. |
@demaniak we made some fixes and made node 7 green. If you upgrade to the latest version that may improve things 👍 |
This doesn't seem to be an issue anymore as I haven't heard about it anymore. In case, you can reopen. |
Does anybody have a sample Dockerfile (or instructions) on how to get this running in a Docker container?
So far OC refuses to start in a Ubuntu-based container (Node 7.5.0). Running outside the container works fine.
The error message is:
Registry not started: components_list_get
The text was updated successfully, but these errors were encountered: