mirror of https://github.com/docker/docs.git
Update usage comments in hack/make.sh
This commit is contained in:
parent
5b361f31f7
commit
d14058bc29
|
@ -11,11 +11,12 @@
|
||||||
# will be used as Docker binary version and package version.
|
# will be used as Docker binary version and package version.
|
||||||
# - The hash of the git commit will also be included in the Docker binary,
|
# - The hash of the git commit will also be included in the Docker binary,
|
||||||
# with the suffix -dirty if the repository isn't clean.
|
# 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:
|
# in the Dockerfile at the root of the source. In other words:
|
||||||
# DO NOT CALL THIS SCRIPT DIRECTLY.
|
# DO NOT CALL THIS SCRIPT DIRECTLY.
|
||||||
# - The right way to call this script is to invoke "docker build ." from
|
# - 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
|
# FIXME: break down bundles into sub-scripts
|
||||||
|
|
Loading…
Reference in New Issue