Commit c1dfc34
authored
fix(container): set Detach true in ExecStart to prevent blocking on command execution (#1683)
- Add `Detach: true` to `ExecStartOptions` so the daemon does not block until the command finishes
- Update test mock handler to verify `Detach: true` is sent in the `ExecStart` request
- Add explicit test case documenting the `Detach: true` requirement for `ExecStart`1 parent b22cf73 commit c1dfc34
2 files changed
Lines changed: 34 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1022 | 1022 | | |
1023 | 1023 | | |
1024 | 1024 | | |
1025 | | - | |
| 1025 | + | |
1026 | 1026 | | |
1027 | 1027 | | |
1028 | 1028 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1184 | 1184 | | |
1185 | 1185 | | |
1186 | 1186 | | |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
| 1200 | + | |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
1187 | 1218 | | |
1188 | 1219 | | |
1189 | 1220 | | |
| |||
2075 | 2106 | | |
2076 | 2107 | | |
2077 | 2108 | | |
2078 | | - | |
| 2109 | + | |
| 2110 | + | |
2079 | 2111 | | |
2080 | 2112 | | |
2081 | 2113 | | |
| |||
0 commit comments