Patching merge conflict.

This commit is contained in:
Colin Lyons
2022-12-28 12:29:14 +00:00
parent 0926f1c2a5
commit a64d8bb40a

View File

@@ -3,7 +3,6 @@
package main
import (
<<<<<<<< HEAD:docker/sim/client.go
"bytes"
"context"
"encoding/base64"
@@ -131,16 +130,3 @@ func (cli *Client) PushTags(opts types.ImagePushOptions) (err error) {
return nil
}
========
"github.com/docker/docker/client"
)
func createNetworkIfNotExists(cli *client.Client) (err error) {
//ctx, cancel := context.WithTimeout(context.Background(), time.Second * 120)
//defer cancel()
//cli.NetworkCreate(ctx, "indranet")
return
}
>>>>>>>> main:docker/sim/utils.go