mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
The documentation describes that the "testing" repository is disabled by default; > Optional: Enable the testing repository. This repository > is included in the docker.repo file above but is disabled > by default. However, the repo-files had the testing repo enabled. This patch updates the repo-files to disable the repository by default. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>