mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-05 04:47:37 +03:00
Minor fixes
This commit is contained in:
parent
29f78248dc
commit
7f84191748
12 changed files with 69 additions and 39 deletions
|
@ -11,6 +11,7 @@ import (
|
|||
"github.com/docker/docker/client"
|
||||
"github.com/docker/go-connections/nat"
|
||||
"github.com/stretchr/testify/require"
|
||||
"time"
|
||||
)
|
||||
|
||||
type DockerOptions struct {
|
||||
|
@ -64,6 +65,7 @@ func startDockerContainer(t *testing.T, options DockerOptions) {
|
|||
go func() {
|
||||
attach.Reader.WriteTo(os.Stderr)
|
||||
}()*/
|
||||
time.Sleep(time.Second)
|
||||
}
|
||||
|
||||
func cleanContainer(id string) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue