You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/security-guide/cvm-boundaries.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,9 @@ This is the main configuration file for the application in JSON format:
39
39
| allowed_envs | array of string | List of allowed environment variable names |
40
40
| no_instance_id | boolean | Disable instance ID generation |
41
41
| secure_time | boolean | Whether secure time is enabled |
42
-
| pre_launch_script | string | Prelaunch bash script that runs before starting containers |
42
+
| pre_launch_script | string | Prelaunch bash script that runs before execute `docker compose up`|
43
+
| init_script | string | Bash script that executed prior to dockerd startup |
44
+
43
45
44
46
The hash of this file content is extended to RTMR3 as event name `compose-hash`. Remote verifier can extract the compose-hash during remote attestation.
0 commit comments