mirror of
https://github.com/docker/docs.git
synced 2026-04-01 16:58:54 +07:00
edited screen snap breaking out topics for Docker Cloud swarm mode added another where-to-next link added more where-to-next links added back in on-page TOC for create swarm topic incorporated Ryan's review comments on first draft more Ryan's review comments, sweep thru all for consistency, notoc on short pages, etc. removed duplicate link to 'create a new swarm in docker cloud' Laura's comments incorporated re-organized Cloud topics, added in Swarm Mode Ryan's review comments on Cloud, added new type of advisory for Beta previews more review comments, manage infrastructure --> standard mode fixing image testing cloud images updates to Cloud welcome page for Swarm, non-Swarm descriptions add new cloud repository image retake of corrupted image fixed the other instance of corrupted image by referencing the retake fixing corrupted image on GitHub Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
27 lines
1.0 KiB
Markdown
27 lines
1.0 KiB
Markdown
---
|
|
description: Manage Builds and Images in Docker Cloud
|
|
keywords: builds, images, Cloud
|
|
title: Builds and images overview
|
|
notoc: true
|
|
---
|
|
|
|
Docker Cloud provides a hosted registry service where you can create
|
|
repositories to store your Docker images. You can choose to push images to the
|
|
repositories, or link to your source code and build them directly in Docker
|
|
Cloud.
|
|
|
|
You can build images manually, or set up automated builds to rebuild your Docker
|
|
image on each `git push` to the source code. You can also create automated
|
|
tests, and when the tests pass use autoredeploy to automatically update your
|
|
running services when a build passes its tests.
|
|
|
|
* [Repositories in Docker Cloud](repos.md)
|
|
* [Push images to Docker Cloud](push-images.md)
|
|
* [Link to a source code repository](link-source.md)
|
|
* [Automated builds](automated-build.md)
|
|
* [Docker Security Scanning](image-scan.md)
|
|
* [Automated repository tests](automated-testing.md)
|
|
* [Advanced options for Autobuild and Autotest](advanced.md)
|
|
|
|

|