docs: Update platform documentation

- Prefix platform documentation with 'platform-'
- Add/Correct links from top-level README.md
- Tweak the Azure documentation
- Move the vsudd README to platform-hyperkit.md
- Add a dummy document for qemu/kvm

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2017-06-07 13:33:56 +01:00
parent 7efb87da50
commit 0c1498d8fa
7 changed files with 57 additions and 55 deletions

View File

@@ -40,9 +40,11 @@ This will use a suitable backend for your platform or you can choose one, for ex
See `linuxkit run --help`.
Additional, platform specific information is available for:
- [macOS](docs/mac.md)
- [Google Cloud](docs/gcp.md)
- [Azure](docs/azure.md)
- [macOS/HyperKit](docs/platform-hyperkit.md)
- [qemu/kvm](docs/platform-qemu.md)
- [Amazon Web Services](docs/platform-aws.md)
- [Google Cloud](docs/platform-gcp.md)
- [Microsoft Azure](docs/platform-azure.md)
We'll add more detailed docs for other platforms in the future.