Files
docker-cli/components/engine/cmd/dockerd
Tibor Vass 5dc7f8fc9b builder: set buildkit's exported product variable via PRODUCT
This introduces a PRODUCT environment variable that is used to set a constant
at dockerversion.ProductName.

That is then used to set BuildKit's ExportedProduct variable in order to show
useful error messages to users when a certain version of the product doesn't
support a BuildKit feature.

Signed-off-by: Tibor Vass <tibor@docker.com>
Upstream-commit: 195919d9d645aa4ab5680a2331c57ff33eb9e5d9
Component: engine
2018-07-16 21:41:54 +00:00
..
2018-02-05 16:51:57 -05:00
2018-05-23 17:50:54 +02:00
2018-06-13 09:04:30 +02:00
2018-07-09 15:38:08 +02:00
2018-06-10 10:05:27 -07:00
2018-05-23 17:50:54 +02:00
2018-06-13 09:04:30 +02:00
2016-09-01 14:47:51 +08:00
2017-07-31 13:16:46 -07:00

docker.go contains Docker daemon's main function.

This file provides first line CLI argument parsing and environment variable setting.