mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Merge pull request #1058 from cmingxu:master
PiperOrigin-RevId: 277623766
This commit is contained in:
@@ -51,7 +51,7 @@ const (
|
||||
ContainerEvent = "containerManager.Event"
|
||||
|
||||
// ContainerExecuteAsync is the URPC endpoint for executing a command in a
|
||||
// container..
|
||||
// container.
|
||||
ContainerExecuteAsync = "containerManager.ExecuteAsync"
|
||||
|
||||
// ContainerPause pauses the container.
|
||||
@@ -161,7 +161,7 @@ func newController(fd int, l *Loader) (*controller, error) {
|
||||
}, nil
|
||||
}
|
||||
|
||||
// containerManager manages sandboes containers.
|
||||
// containerManager manages sandbox containers.
|
||||
type containerManager struct {
|
||||
// startChan is used to signal when the root container process should
|
||||
// be started.
|
||||
|
||||
Reference in New Issue
Block a user