1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/hack/make
Jana Radhakrishnan bf2b8ec816 Make daemon to start with no userlandproxy by default
This PR makes a user visible behavior change with userland
proxy disabled by default and rely on hairpin NAT to be enabled
by default. This may not work in older (unsupported) kernels
where the user will be forced to enable userlandproxy if needed.

      - Updated the Docs
      - Changed the integration-cli to start with userlandproxy
	desiabled by default.

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2015-09-11 11:58:35 -07:00
..
.build-deb Tiny fix for rpm and deb descriptions 2015-08-10 09:34:10 +08:00
.build-rpm Updated rpm spec to perform cleaner installs 2015-09-09 17:13:57 -04:00
.resources-windows Windows: Build docker.exe manifested and with icon 2015-06-04 11:49:10 -07:00
.dockerinit
.dockerinit-gccgo Remove -lpthread and -ldl from ldflags 2015-09-08 17:01:14 -07:00
.ensure-emptyfs
.ensure-frozen-images add unshare apparmor profile test 2015-05-20 14:06:00 -07:00
.ensure-httpserver
.go-autogen Add branch and build time to version 2015-06-22 13:00:27 -07:00
.go-compile-test-dir
.integration-daemon-setup hack: explicit bundles for integration-cli prequisites 2015-06-09 07:22:26 +02:00
.integration-daemon-start Make daemon to start with no userlandproxy by default 2015-09-11 11:58:35 -07:00
.integration-daemon-stop Check for apparmor file before reading it 2015-06-17 11:58:17 -05:00
.validate
binary make windows cross compile static daemon work 2015-08-10 16:16:58 -07:00
build-deb pass DOCKER_EXPERIMENTAL into build images 2015-07-23 09:42:22 -07:00
build-rpm add selinux-policy and docker-engine-selinux rpm 2015-08-28 17:54:04 -07:00
cover Make "DEST" a make.sh construct instead of ad-hoc 2015-05-30 11:16:43 -07:00
cross make windows cross compile static daemon work 2015-08-10 16:16:58 -07:00
dynbinary Make "DEST" a make.sh construct instead of ad-hoc 2015-05-30 11:16:43 -07:00
dyngccgo Remove -lpthread and -ldl from ldflags 2015-09-08 17:01:14 -07:00
gccgo Remove -lpthread and -ldl from ldflags 2015-09-08 17:01:14 -07:00
README.md
release-deb remove reprepro 2015-09-03 17:31:49 -07:00
release-rpm make docker-engine-selinux findable 2015-09-03 08:58:33 -07:00
sign-repos only sign the files that were changed in the last 2 hours 2015-08-04 13:16:57 -07:00
test-docker-py Update docker-py to current master (~docker-py 1.3.1) 2015-07-22 13:17:59 -04:00
test-install-script we dont need the tty in the install script 2015-08-31 08:12:01 -07:00
test-integration-cli Remove timer and use -check.v for tests formatting 2015-06-18 14:22:40 -07:00
test-unit typofix - https://github.com/vlajos/misspell_fixer 2015-08-07 23:25:49 +01:00
tgz Make "DEST" a make.sh construct instead of ad-hoc 2015-05-30 11:16:43 -07:00
ubuntu revert apparmor changes back to how it was in 1.7.1, but keep tests 2015-08-06 12:49:25 -07:00
validate-dco
validate-gofmt
validate-lint Golint only on changed files 2015-09-09 09:37:47 +02:00
validate-pkg Add new "validate-pkg" bundlescript 2015-06-12 12:28:23 -07:00
validate-test
validate-toml
validate-vet

This directory holds scripts called by make.sh in the parent directory.

Each script is named after the bundle it creates. They should not be called directly - instead, pass it as argument to make.sh, for example:

./hack/make.sh test
./hack/make.sh binary ubuntu

# Or to run all bundles:
./hack/make.sh

To add a bundle:

  • Create a shell-compatible file here
  • Add it to $DEFAULT_BUNDLES in make.sh