mirror of
https://github.com/moby/moby.git
synced 2026-08-10 17:15:06 +00:00
The build exporter now clears the image tags and always exported to a dangling image. It then uses the image tagger to perform the tagging which causes the dangling image to be removed and the naming message to be sent correctly. An additional progress message is sent to indicate the renaming. Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
docker.go contains Docker daemon's main function.
This file provides first line CLI argument parsing and environment variable setting.