feat: add pkg to start postgres container
This commit is contained in:
@ -31,7 +31,8 @@ func (client *Client) Close() error {
|
||||
if client.watcher != nil {
|
||||
client.watcher.stop()
|
||||
}
|
||||
return client.Close()
|
||||
|
||||
return client.Client.Close()
|
||||
}
|
||||
|
||||
// ContainerListByLabels returns only containers which match by given labels
|
||||
|
Reference in New Issue
Block a user