1
0
mirror of https://github.com/containers/youki synced 2024-11-22 17:02:00 +01:00

docs: fix with_executor method description (#2834)

This commit is contained in:
Andrea Terzolo 2024-07-02 13:17:17 +02:00 committed by GitHub
parent 6234c59c7e
commit aaa1590b56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -238,8 +238,8 @@ impl ContainerBuilder {
self.preserve_fds = preserved_fds;
self
}
/// Sets the number of additional file descriptors which will be passed into
/// the container process.
/// Sets the function that actually runs on the container init process.
/// # Example
///
/// ```no_run