libct icon indicating copy to clipboard operation
libct copied to clipboard

Linux containers control plane

Results 8 libct issues
Sort by recently updated
recently updated
newest added

We will not have rights to enter into these namespaces from a new userns.

Perl is convenient to system manager.

We need API calls for waiting for entered processes. libct_container_enter_execv should return pr_handler_t, which can be used for waiting or checking status of the entered process. pr_handler_t libct_process_wait(pr_handler_t p, int...

I am considering packaging up an initial version of libct for Fedora after learning about it by attending James's talk at the openstack summit. However there is a soname conflict,...

src/ct.c: In function ‘spawn_wait’: src/ct.c:80:6: error: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Werror=unused-result] read(pipe[0], &ret, sizeof(ret)); ^ src/ct.c: In function ‘spawn_wake’: src/ct.c:87:7: error: ignoring return value of...