1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Update usage comments in hack/make.sh

This commit is contained in:
Solomon Hykes 2013-09-10 11:33:26 -07:00
parent 5b361f31f7
commit d14058bc29

View file

@ -11,11 +11,12 @@
# will be used as Docker binary version and package version.
# - The hash of the git commit will also be included in the Docker binary,
# with the suffix -dirty if the repository isn't clean.
# - The script is intented to be run as part of a docker build, as defined
# - The script is intented to be run inside the docker container specified
# in the Dockerfile at the root of the source. In other words:
# DO NOT CALL THIS SCRIPT DIRECTLY.
# - The right way to call this script is to invoke "docker build ." from
# your checkout of the Docker repository.
# your checkout of the Docker repository, and then
# "docker run hack/make.sh" in the resulting container image.
#
# FIXME: break down bundles into sub-scripts