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
$ gomodjail run --no-policy -- nerdctl run --rm alpine date; datetime=2025-02-18T15:55:28.585+09:00 level=WARN msg="No policy was specified"Tue Feb 18 06:55:28 UTC 2025time=2025-02-18T15:55:40.792+09:00 level=ERROR msg="exiting with an error" error="failed to call PTRACE_CONT (pid=35472) no such process"Tue Feb 18 03:55:40 PM JST 2025
It does not hang when --rm is not specified:
$ gomodjail run --no-policy -- nerdctl run alpine date; datetime=2025-02-18T15:55:59.391+09:00 level=WARN msg="No policy was specified"Tue Feb 18 06:55:59 UTC 2025Tue Feb 18 03:55:59 PM JST 2025
It does not hang when
--rm
is not specified:gomodjail 71184aa , nerdctl v2.0.3, Ubuntu 24.10 (aarch64)
The text was updated successfully, but these errors were encountered: