mirror of https://github.com/containers/podman.git
Fix golint
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #577 Approved by: rhatdan
This commit is contained in:
parent
f64c1f106c
commit
750f000e7c
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue