Migrate Sirupsen to sirupsen.
This commit is contained in:
parent
c134dcd6fe
commit
fb4ba7af2b
684 changed files with 92394 additions and 33943 deletions
7
vendor/github.com/libkermit/docker/remove.go
generated
vendored
7
vendor/github.com/libkermit/docker/remove.go
generated
vendored
|
@ -8,10 +8,7 @@ import (
|
|||
|
||||
// Remove removes the container
|
||||
func (p *Project) Remove(containerID string) error {
|
||||
if err := p.Client.ContainerRemove(context.Background(), containerID, types.ContainerRemoveOptions{
|
||||
return p.Client.ContainerRemove(context.Background(), containerID, types.ContainerRemoveOptions{
|
||||
Force: true,
|
||||
}); err != nil {
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue