Skip to content
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

Custom startup scripts #78

Merged
merged 5 commits into from
Dec 24, 2018
Merged

Custom startup scripts #78

merged 5 commits into from
Dec 24, 2018

Conversation

cytopia
Copy link
Member

@cytopia cytopia commented Dec 24, 2018

Custom startup scripts

This PR implements the possibility to supply user-defined custom startup scripts that will be executed during startup.

The feature will be able to circumvent current limitations already found in:


Custom scripts can be supplied to the container in by mounting your script directory /startup.d/ into the container. Scripts must end by *.sh


Cron support

Additionally this PR also adds the cron binary for prod and work containers to support frameworks (e.g.: Magento) which require the binary to be present. See here for details: cytopia/devilbox#438

Note: It does not start the crond service, it just makes cron and crontab binaries available.

@cytopia cytopia merged commit e55469f into master Dec 24, 2018
@cytopia cytopia deleted the release-0.59 branch December 24, 2018 15:42
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.

1 participant