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
2. Stop container and start again after setting the environment variable `CONTAINER_DEBUG_LAUNCHD_LABEL` to the label of service to attach debugger. Services whose label starts with the `CONTAINER_DEBUG_LAUNCHD_LABEL` will wait the debugger:
% container system start # Every service starting with `com.apple.container.container-runtime-linux` waits debugger
149
+
```
150
+
151
+
3. Run the command to launch the service, and attach debugger:
152
+
153
+
```console
154
+
% container run -it --name test debian:bookworm
155
+
⠧ [6/6] Starting container [0s] # It hangs as the service is waiting for debugger
156
+
```
157
+
122
158
## Pre-commit hook
123
159
124
160
Run `make pre-commit` to install a pre-commit hook that ensures that your changes have correct formatting and license headers when you run `git commit`.
0 commit comments