Alien6-Studio / outerspace-apizr

OuterSpace APIzr
https://apizr.outerspace.sh/
3 stars 0 forks source link

[FEAT] Add capability for a custom container entrypoint #10

Closed Coopyrightdmin closed 1 year ago

Coopyrightdmin commented 1 year ago

Problem Statement

Users currently lack the option to set a custom entrypoint for the generated container. This restricts the container's behavior upon initialization to a default configuration.

Benefits

Implementing a custom entrypoint feature would:

Additional context

Custom entrypoints are essential for scenarios where specific tasks or applications need to run as soon as the container is initialized. This feature would cater to advanced users who require this level of customization.

Priority/Severity

Coopyrightdmin commented 1 year ago

🎉 Feature Implemented!

Users can now specify a custom entrypoint for the generated container. This provides enhanced flexibility in determining the container's behavior upon startup. With this feature, containers can be tailored to specific tasks or applications right from the onset.