kubernetes/hack
James Kyle 361c8dbae5 Support remote docker hosts on OS X.
This commit brings two main changes, notably:

Two new options that can be set as environment variables

- DOCKER_OPTS: any arbitrary set of docker options. Example: --tlsverify
- DOCKER_NATIVE: This forces the use of the native docker available.
                 This is most useful if you're on OS X and do not want
                 to use boot2docker.

Now uses 'docker cp' instead of tar piping to transfer files. This
currently must be done by copying the binaries off of the docker volume
and into a local filesystem (/tmp) before a docker cp is done. This
workaround will no longer be necessary after bug fix
https://github.com/docker/docker/pull/8509 makes it into stable.

This was necessary because the tar | tar method was creating corrupted
archives on OS X even with the < /dev/null workaround.
2014-12-01 11:47:16 -08:00
..
e2e-suite Convert gcutil to gcloud compute 2014-11-25 15:17:00 -08:00
lib Support building/packaging Windows client binaries. 2014-11-24 14:10:28 -08:00
travis Rework hack/ and build/ directories. 2014-11-01 17:56:41 -07:00
benchmark-go.sh Rework hack/ and build/ directories. 2014-11-01 17:56:41 -07:00
build-cross.sh Rework hack/ and build/ directories. 2014-11-01 17:56:41 -07:00
build-go.sh Rework hack/ and build/ directories. 2014-11-01 17:56:41 -07:00
dev-build-and-push.sh Set shell options for reliability. 2014-10-10 12:33:36 -07:00
dev-build-and-up.sh Set shell options for reliability. 2014-10-10 12:33:36 -07:00
e2e-test.sh fix backwards compatible script 2014-10-23 12:51:21 -07:00
e2e.go trace-bash flag for e2e.go 2014-11-25 15:16:35 -08:00
local-up-cluster.sh Support remote docker hosts on OS X. 2014-12-01 11:47:16 -08:00
test-cmd.sh Merge branch 'rename-to-kube' of https://github.com/eparis/kubernetes into eparis-rename-to-kube 2014-11-17 09:52:10 -08:00
test-go.sh Add the container API to our dependencies. 2014-11-14 10:38:22 -08:00
test-integration.sh Increase the verbosit of integration test runs. 2014-11-21 21:45:21 -08:00
verify-boilerplate.sh Rework hack/ and build/ directories. 2014-11-01 17:56:41 -07:00
verify-description.sh Add API documentation pre-commit hook. 2014-11-20 20:25:44 +00:00
verify-gofmt.sh Rework hack/ and build/ directories. 2014-11-01 17:56:41 -07:00
vet-go.sh Rework hack/ and build/ directories. 2014-11-01 17:56:41 -07:00