mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
Rework of how services are sorted based on dependencies using a topological sort. Includes error handling to detect circular/self imports (should raise a DependecyError). Added in logging to the CLI to log out any DependencyErrors. Removed the compact module as it is no longer used.