Files
moby/cmd/dockerd
Tibor Vass 6ca3ec88ae builder: remove legacy build's session handling
This feature was used by docker build --stream and it was kept experimental.

Users of this endpoint should enable BuildKit anyway by setting Version to BuilderBuildKit.

Signed-off-by: Tibor Vass <tibor@docker.com>
2019-10-02 20:29:15 +00:00
..
2019-09-18 12:56:54 +02:00
2019-03-12 18:41:55 -07:00
2019-03-12 18:41:55 -07:00
2019-09-18 12:56:54 +02:00
2018-06-13 09:04:30 +02:00
2016-09-01 14:47:51 +08:00

docker.go contains Docker daemon's main function.

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