We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Modify the shipyard API to take a Node.js bundle payload. This payload should then be created in a container. The call will take the following.
Binary (or some pointer) to the node code (TBD)
The image to run on. Any image that is node/* should be supported. Official node images only will be supported. https://hub.docker.com/_/node/
Scale. The maximum number of containers that should be run.
Shipyard should then perform the following.
The text was updated successfully, but these errors were encountered:
tnine
No branches or pull requests
Modify the shipyard API to take a Node.js bundle payload. This payload should then be created in a container. The call will take the following.
Binary (or some pointer) to the node code (TBD)
The image to run on. Any image that is node/* should be supported. Official node images only will be supported. https://hub.docker.com/_/node/
Scale. The maximum number of containers that should be run.
Shipyard should then perform the following.
The text was updated successfully, but these errors were encountered: