mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00

Fixing the links Updating with Seb's comments Adding weight Fixing the engine aliases Updating after Arun pushed Removing empty file Signed-off-by: Mary Anthony <mary@docker.com>
25 lines
677 B
Markdown
25 lines
677 B
Markdown
<!--[metadata]>
|
|
+++
|
|
aliases = [
|
|
"/engine/installation/amazon/",
|
|
"/engine/installation/google/",
|
|
"/engine/installation/softlayer/",
|
|
"/engine/installation/azure/",
|
|
"/engine/installation/rackspace/",
|
|
"/engine/installation/joyent/"
|
|
]
|
|
title = "In the cloud"
|
|
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](cloud.md)
|
|
* [Example: Use Docker Machine to provision cloud hosts](cloud-ex-machine-ocean.md)
|
|
* [Example: Manual install on a cloud provider](cloud-ex-aws.md)
|