From 6c71c030abd6a918dab0e5342072ed3b3b7e05d0 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Fri, 30 Sep 2016 10:20:01 -0700 Subject: [PATCH] Add migration details --- MIGRATION.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 MIGRATION.md diff --git a/MIGRATION.md b/MIGRATION.md new file mode 100644 index 0000000000..ba973d46b1 --- /dev/null +++ b/MIGRATION.md @@ -0,0 +1,25 @@ +# Migration + +This branch is the result of a migration of documentation from several public and +private repositories. Every attempt has been made to preserve the history of all +content which was migrated from public repositories, so that all public +contributors retain credit for their work, and so that `git log` and +`git blame` commands will work on historical files. At the time of the migration, +over 42,000 public commits already exist in these files, which shows what a +vibrant community the Docker documentation attracts. Thanks to everyone for their +contributions. + +The following is a list of each public repository we imported from, the SHA +reference we imported, and its tag if relevant. + +| Repository | SHA | Tag | +|----------------------------------------|-----------------|------------------------| +| https://github.com/docker/distribution | a9b1322edf48b1f | docs-v2.5.0-2016-07-28 | +| https://github.com/docker/compose | 429320a4f8f4040 | docs-v1.8.0-2016-08-03 | +| https://github.com/docker/swarm | 27968edd8a160f6 | v1.2.5 | +| https://github.com/docker/notary | a6fda67663e158d | docs-v0.3-2016-08-03 | +| https://github.com/docker/toolbox | c6457341499a196 | docs-v1.12.0-2016-09-16a | +| https://github.com/docker/opensource | b9b87bed67f4289 | docs-2016-08-03 | +| https://github.com/docker/kitematic | 02c9f9607128802 | v0.12.0 | +| https://github.com/docker/machine | 95041b4cfe2e8b2 | docs-v0.8.2-2016-09-28 | +| https://github.com/docker/docker | 3134c23b55eb100 | n/a |