Files
docker-cli/components/engine/hack/make
Brian Goff 56f0d7968e Add make install task
This installs docker and dockerd to `$DOCKER_MAKE_INSTALL_PREFIX/bin`, which
defaults to `/usr/local/bin`

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: 9bb54f89ad26015c79dab7c5ac210cb846e0713b
Component: engine
2016-06-03 12:08:33 +02:00
..
2016-06-03 12:08:33 +02:00
2016-06-03 12:08:33 +02:00
2016-06-03 12:08:33 +02:00
2016-06-03 12:08:33 +02:00
2016-06-03 12:08:33 +02:00
2016-06-03 12:08:33 +02:00
2016-06-03 12:08:33 +02:00
2016-06-03 12:08:33 +02:00
2016-06-02 08:53:33 -07:00
2016-06-03 12:08:33 +02:00

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