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
[root@localhost mycontainer]# time runc create test0001
real 0m10.199s
user 0m0.010s
sys 0m0.035s
that means poststart run in create stage.
Describe the results you received and expected
match runtime-spec
What version of runc are you using?
1.1.12
Host OS information
linux
Host kernel information
any
The text was updated successfully, but these errors were encountered:
ningmingxiao
changed the title
runc's postart behaviour doesn't match the runtime-spec
runc's posstart behaviour doesn't match the runtime-spec
Jul 15, 2024
ningmingxiao
changed the title
runc's posstart behaviour doesn't match the runtime-spec
runc's poststart behaviour doesn't match the runtime-spec
Jul 15, 2024
Description
poststart run into runc create stage. doesn't match the runtime-spec
the spec say "poststart after the user-specified process is executed but before the start operation returns"
https://github.com/opencontainers/runtime-spec/blob/v1.2.0/config.md#poststart
Steps to reproduce the issue
config.json
I set
that means poststart run in create stage.
Describe the results you received and expected
match runtime-spec
What version of runc are you using?
1.1.12
Host OS information
linux
Host kernel information
any
The text was updated successfully, but these errors were encountered: