mirror of
https://github.com/moby/moby.git
synced 2026-07-07 15:18:41 +00:00
Instead of not adding experimental routes at all, fail with an explicit message if the daemon is not running in experimental mode. Added the `router.Experimental` which does this automatically. Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
docker.go contains Docker daemon's main function.
This file provides first line CLI argument parsing and environment variable setting.