Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Commit

Permalink
Removed accidentally committed test config
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Pasztor committed Dec 31, 2020
1 parent ff0b69a commit bd2a7dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion full_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ func (f *fullHandler) OnNetworkConnection(client net.TCPAddr, connectionID strin
config := docker.Config{}
structutils.Defaults(&config)
config.Execution.Mode = f.mode
config.Connection.Host = "tcp://localhost:2375"

backend, err := docker.New(
client,
Expand Down

0 comments on commit bd2a7dc

Please sign in to comment.