From 6c87ab9af50a7d300fedf27592c03a525b339793 Mon Sep 17 00:00:00 2001 From: LRubin Date: Wed, 7 Dec 2016 10:26:31 -0800 Subject: [PATCH] improved combined Cloud landing/info pages Signed-off-by: LRubin --- _data/toc.yaml | 4 +-- docker-cloud/index.md | 77 ++++++++++++++++++++++++++++++++-------- docker-cloud/overview.md | 44 ----------------------- 3 files changed, 64 insertions(+), 61 deletions(-) delete mode 100644 docker-cloud/overview.md diff --git a/_data/toc.yaml b/_data/toc.yaml index 57afded08f7..5aaca34dc1e 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1083,8 +1083,8 @@ toc: title: Get support - sectiontitle: Docker Cloud section: - - path: /docker-cloud/overview/ - title: Docker Cloud Overview + - path: /docker-cloud/ + title: About Docker Cloud - path: /docker-cloud/dockerid/ title: Docker Cloud Settings and Docker ID - path: /docker-cloud/orgs/ diff --git a/docker-cloud/index.md b/docker-cloud/index.md index 5aa49265ae9..8c53e3d7774 100644 --- a/docker-cloud/index.md +++ b/docker-cloud/index.md @@ -1,28 +1,44 @@ --- description: Docker Cloud -keywords: Docker, cloud -notoc: true -title: Welcome to the Docker Cloud docs! +keywords: Docker, cloud, overview +redirect_from: + - docker-cloud/overview +title: Docker Cloud Documentation --- - -
- -
- + +
+
Docker Cloud logo
+
+ +Docker Cloud provides a hosted [registry service](builds/repos.md) with +[build](builds/automated-build.md) and [testing](builds/automated-testing.md) +facilities for Dockerized application images; tools to help you set up and +[manage host infrastructure](infrastructure/); and [application lifecycle features](apps/) to automate deploying (and redeploying) services created from +images. + +Log in to Docker Cloud using your free [Docker ID](../docker-id/). + @@ -33,7 +49,7 @@ title: Welcome to the Docker Cloud docs! - + @@ -47,6 +63,37 @@ title: Welcome to the Docker Cloud docs! - +
Tutorial: Getting Started

For more advanced beginners: deploy a simple app in Docker Cloud.

Manage AppsManage Applications Manage Builds and Images

Learn how to link to your hosts, upgrade the Docker Cloud agent, and manage container distribution. See the AWS FAQ and Packet.net FAQ

API Docs    ●    Frequently Asked Questions    ●    Release Notes API Docs    ●    Frequently Asked Questions    ●    Release Notes
+ +## About Docker Cloud + +### Images, Builds, and Testing + +Docker Cloud uses the hosted Docker Cloud Registry, which allows you to publish +Dockerized images on the internet either publicly or privately. Docker Cloud can +also store pre-built images, or link to your source code so it can build the +code into Docker images, and optionally test the resulting images before pushing +them to a repository. + +![](images/cloud-build.png) + +### Infrastructure management + +Before you can do anything with your images, you need somewhere to run them. +Docker Cloud allows you to link to your infrastructure or cloud services +provider so you can provision new nodes automatically. Once you have nodes set +up, you can deploy images directly from Docker Cloud repositories. + +![](images/cloud-clusters.png) + +### Services, Stacks, and Applications + +Images are just one layer in containerized applications. Once you've built an +image, you can use it to deploy services (which are composed of one or more +containers created from an image), or use Docker Cloud's +[stackfiles](apps/stacks.md) to combine it with other services and +microservices, to form a full application. + +![](images/cloud-stack.png) diff --git a/docker-cloud/overview.md b/docker-cloud/overview.md deleted file mode 100644 index c8559375b1d..00000000000 --- a/docker-cloud/overview.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -description: Docker Cloud Overview -keywords: Docker, cloud, three -title: Docker Cloud overview ---- - -Docker Cloud is a hosted service that provides a Registry with build and testing -facilities for Dockerized application images, tools to help you set up and -manage your host infrastructure, and deployment features to help you automate -deploying your images to your infrastructure. - -#### Your Docker Cloud account and Docker ID - -You log in to Docker Cloud using your free Docker ID. Your Docker ID is the same -set of credentials you used to log in to Docker Hub, and this allows you to -access your Docker Hub repositories from Docker Cloud. - -#### Images, Builds, and Testing - -Docker Cloud uses Docker Hub as an online registry service. This allows you to -publish Dockerized images on the internet either publicly or privately. Along -with the ability to store pre-built images, Docker Cloud can link to your source -code repositories and manage building and testing your images before pushing the -images. - -![](images/cloud-build.png) - -#### Infrastructure management - -Before you can do anything with images, you need somewhere to run them. Docker -Cloud allows you to link to your infrastructure or cloud services provider which -lets you provision new nodes automatically, and deploy images directly from your -Docker Cloud repositories onto your infrastructure hosts. - -![](images/cloud-clusters.png) - -#### Services, Stacks, and Applications - -Images are just one layer in containerized applications. Once you've built an -image, you can use it to produce containers, which make up a service, or use -Docker Cloud's stackfiles to combine it with other services and microservices, -to form a full application. - -![](images/cloud-stack.png) \ No newline at end of file