mirror of
https://github.com/moby/moby.git
synced 2026-07-13 02:52:20 +00:00
The image api already defines the backend used and does not directly use the reference store backend. It also should not directly use the reference store backend. Signed-off-by: Derek McGowan <derek@mcg.dev>
docker.go contains Docker daemon's main function.
This file provides first line CLI argument parsing and environment variable setting.