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
unclejack 6db078dea7 Merge pull request #7191 from tiborvass/test-daemon
Add Daemon restart test along with Daemon utils
2014-09-02 22:40:23 +03:00
..
.ensure-busybox Use "docker load" to create "scratch" in hack/make/test-integration-cli (instead of implicitly pulling it from the index) 2014-04-28 22:26:25 -06:00
.ensure-scratch update go import path and libcontainer 2014-07-24 22:19:50 +00:00
.validate update go import path and libcontainer 2014-07-24 22:19:50 +00:00
binary
cover
cross Adjust build tags to be client-only in "make cross" too 2014-08-04 15:05:12 -06:00
dynbinary Fix more instances of "dotcloud/docker" in hack/ (and add a DOCKER_PKG environment variable to simplify references to our "package path" in our bundlescripts) 2014-07-30 17:02:04 -06:00
dyntest-integration Fix more instances of "dotcloud/docker" in hack/ (and add a DOCKER_PKG environment variable to simplify references to our "package path" in our bundlescripts) 2014-07-30 17:02:04 -06:00
dyntest-unit Fix more instances of "dotcloud/docker" in hack/ (and add a DOCKER_PKG environment variable to simplify references to our "package path" in our bundlescripts) 2014-07-30 17:02:04 -06:00
README.md
test-integration Fix more instances of "dotcloud/docker" in hack/ (and add a DOCKER_PKG environment variable to simplify references to our "package path" in our bundlescripts) 2014-07-30 17:02:04 -06:00
test-integration-cli Add Daemon test utils 2014-09-02 10:58:36 -07:00
test-unit hack/make: fix test-unit target to propogate TESTFLAGS properly 2014-09-02 12:10:47 -07:00
tgz
ubuntu Fix hack/make/ubuntu to install both docker.service and docker.socket 2014-07-16 23:03:32 -06:00
validate-dco Accept vanilla Linux Foundation signoffs 2014-08-01 19:30:34 -04:00
validate-gofmt

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