feat: add pkg to start postgres container

This commit is contained in:
2020-06-14 22:08:42 +02:00
parent fa45125b49
commit ec7cad4555
3 changed files with 618 additions and 1 deletions

View File

@ -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