1
0
mirror of https://github.com/containers/youki synced 2024-09-24 04:50:54 +02:00
This commit is contained in:
yukang 2021-09-05 23:41:02 +08:00
parent 7a1a20b725
commit dc3e7841a4

View File

@ -66,7 +66,7 @@ impl<'a> ContainerBuilderImpl<'a> {
// Need to create the notify socket before we pivot root, since the unix
// domain socket used here is outside of the rootfs of container. During
// exec, need to create the socket before we exter into existing mount
// exec, need to create the socket before we enter into existing mount
// namespace.
let notify_socket: NotifyListener = NotifyListener::new(&self.notify_path)?;