Patching merge conflict.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user