|
|
func curl(t *testing.T, args ...string) (container string) {
|
|
func curl(t *testing.T, args ...string) (container string) {
|
|
|
out, err := exec.Command("docker", append([]string{"run", "-d", "--net=host", "gohttp2/curl"}, args...)...).CombinedOutput()
|
|
out, err := exec.Command("docker", append([]string{"run", "-d", "--net=host", "gohttp2/curl"}, args...)...).CombinedOutput()
|