mirror of
https://github.com/docker/cli.git
synced 2026-09-10 18:14:24 -05:00
I was trying to just build the Docker client but DOCKER_CLIENTONLY wasn't getting passed thru from the shell to the container building docker. So, this PR passes this var (via the -e option) on the docker run command so we pick it up from the devs shell when running "make ...". While in there I pulled all of the "-e" options into a new Makefile variable so its easy to see just the list of env vars we pass along. Signed-off-by: Doug Davis <dug@us.ibm.com> Upstream-commit: 912b0f0f73346bf93c4feb32c84c62c18ee62dbc Component: engine