1
0
mirror of https://github.com/containrrr/watchtower.git synced 2025-03-03 15:32:37 +02:00

merge resolution

This commit is contained in:
Erin Corson 2016-02-23 18:35:14 -07:00
commit 337db1d458

View File

@ -118,6 +118,7 @@ func (client dockerClient) StartContainer(c Container) error {
log.Infof("Starting %s", name)
newContainerID, err := client.api.CreateContainer(config, name, &auth)
if err != nil {
return err
}