Skip to content

Add init_script in app-compose.json#337

Merged
kvinwang merged 1 commit intomasterfrom
init-script
Sep 22, 2025
Merged

Add init_script in app-compose.json#337
kvinwang merged 1 commit intomasterfrom
init-script

Conversation

@kvinwang
Copy link
Collaborator

The pre_launch_script is executed after dockerd has started, so that it can use the docker command. However, the drawback is that app containers may start before pre_launch_script execution after a system reboot. This PR adds init_script which is guaranteed to be executed before dockerd starts.

@kvinwang kvinwang merged commit 98d7d65 into master Sep 22, 2025
10 checks passed
kvinwang added a commit that referenced this pull request Jan 19, 2026
Add init_script in app-compose.json
@kvinwang kvinwang deleted the init-script branch January 21, 2026 06:24
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