Fix create gVisor endpoint

This commit is contained in:
世界
2022-07-10 19:17:44 +08:00
parent b417bd5be4
commit 0ef2e330e3
3 changed files with 11 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ package main
import (
"context"
"testing"
"time"
F "github.com/sagernet/sing/common/format"
@@ -11,7 +12,6 @@ import (
"github.com/docker/docker/client"
"github.com/docker/go-connections/nat"
"github.com/stretchr/testify/require"
"time"
)
type DockerOptions struct {