mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Fix golint
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #577 Approved by: rhatdan
This commit is contained in:
@ -625,7 +625,7 @@ func WithCgroupNSFrom(nsCtr *Container) CtrCreateOption {
|
||||
}
|
||||
}
|
||||
|
||||
// WithDependencies sets dependency containers of the given container
|
||||
// WithDependencyCtrs sets dependency containers of the given container
|
||||
// Dependency containers must be running before this container is started
|
||||
func WithDependencyCtrs(ctrs []*Container) CtrCreateOption {
|
||||
return func(ctr *Container) error {
|
||||
|
Reference in New Issue
Block a user