Skip to content

feat: add support for command and args in NodeContainer#574

Merged
Uburro merged 2 commits intonebius:devfrom
karaimin:custom-command
Mar 24, 2025
Merged

feat: add support for command and args in NodeContainer#574
Uburro merged 2 commits intonebius:devfrom
karaimin:custom-command

Conversation

@karaimin
Copy link
Contributor

Background

For the project I am working on, we need to start additional SSHD server as daemon to cover our login/authentication use cases. The current implementation doesn't provide a way to extend the initialization process.

Solution

This PR introduces support for command and args properties in the NodeContainer configuration. These additions allow clients to override the container’s default entrypoint with a custom script, providing the flexibility needed for advanced initialization workflows such as starting additional services.

@Uburro Uburro merged commit fab0949 into nebius:dev Mar 24, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants