github.com/lafolle/docker@v1.6.0/hack/make/README.md (about) 1 This directory holds scripts called by `make.sh` in the parent directory. 2 3 Each script is named after the bundle it creates. 4 They should not be called directly - instead, pass it as argument to make.sh, for example: 5 6 ``` 7 ./hack/make.sh test 8 ./hack/make.sh binary ubuntu 9 10 # Or to run all bundles: 11 ./hack/make.sh 12 ``` 13 14 To add a bundle: 15 16 * Create a shell-compatible file here 17 * Add it to $DEFAULT_BUNDLES in make.sh