You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.PHONY: all binary build cross default docs docs-build docs-shell shell test test-unit test-integration test-integration-cli test-docker-py validate
2
-
3
-
# env vars passed through directly to Docker's build scripts
4
-
# to allow things like `make DOCKER_CLIENTONLY=1 binary` easily
5
-
# `docs/sources/contributing/devenvironment.md ` and `project/PACKAGERS.md` have some limited documentation of some of these
6
-
DOCKER_ENVS := \
7
-
-e BUILDFLAGS \
8
-
-e DOCKER_CLIENTONLY \
9
-
-e DOCKER_EXECDRIVER \
10
-
-e DOCKER_GRAPHDRIVER \
11
-
-e TESTDIRS \
12
-
-e TESTFLAGS \
13
-
-e TIMEOUT
14
-
# note: we _cannot_ add "-e DOCKER_BUILDTAGS" here because even if it's unset in the shell, that would shadow the "ENV DOCKER_BUILDTAGS" set in our Dockerfile, which is very important for our official builds
1
+
.PHONY: all build default docs docs-build docs-shell shell test
15
2
16
3
# to allow `make DOCSDIR=docs docs-shell` (to create a bind mount in docs)
You can also check the <ahref="http://goo.gl/Kv8EdU"target="_blank">list of
38
-
open user questions</a> on the Docker Engine project.
37
+
You can also check the <ahref="https://github.com/docker/docker/issues?q=is%3Aopen+is%3Aissue+label%3Akind%2Fquestion+-label%3Astatus%2Fclaimed+-label%3Astatus%2Fassigned+no%3Aassignee"target="_blank">list of
0 commit comments