1
0
mirror of https://github.com/containers/youki synced 2024-11-23 01:11:58 +01:00
youki/crates
Eric Fang f3da56e583
Make container_args clone-able (#2193)
Make the container_args clone-able and remove the use of references.
Container_args is passed to the intermediate and init process, so we
need to make sure it can across the clone process boundry safely by
allowing passing of the container_args ownership to the new process.

Signed-off-by: yihuaf <yihuaf@unkies.org>
2023-07-23 21:35:50 +09:00
..
libcgroups Refactor the libcgroups interface (#2168) 2023-07-19 22:09:43 +09:00
libcontainer Make container_args clone-able (#2193) 2023-07-23 21:35:50 +09:00
liboci-cli Liboci additional flags and subcommands, as required by ociplex (#2149) 2023-07-13 14:17:01 -07:00
youki refactored executor and executor manager (#2186) 2023-07-21 21:12:21 +09:00
.gitignore Add makefiles to crates and rust-integration-test 2022-01-31 15:08:34 +05:30