mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
4e9e95fe8d
updated cloud install example per Olivier's comments, added better command examples updates per @thaJeztah comments fixed links per @theJeztah comments, renamed cloud.md to overview.md for better URL name updates per @moxiegirl comments, added alias for renamed file, modified links, changed a title fixed link errors Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
25 lines
679 B
Markdown
25 lines
679 B
Markdown
<!--[metadata]>
|
|
+++
|
|
aliases = [
|
|
"/engine/installation/amazon/",
|
|
"/engine/installation/google/",
|
|
"/engine/installation/softlayer/",
|
|
"/engine/installation/azure/",
|
|
"/engine/installation/rackspace/",
|
|
"/engine/installation/joyent/"
|
|
]
|
|
title = "On cloud providers"
|
|
description = "Cloud Installations"
|
|
keywords = ["Docker install "]
|
|
[menu.main]
|
|
identifier = "install_cloud"
|
|
parent="engine_install"
|
|
weight="-60"
|
|
+++
|
|
<![end-metadata]-->
|
|
|
|
# Install Engine in the cloud
|
|
|
|
* [Understand cloud install options and choose one](overview.md)
|
|
* [Example: Use Machine to provision cloud hosts](cloud-ex-machine-ocean.md)
|
|
* [Example: Manual install on a cloud provider](cloud-ex-aws.md)
|