mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +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>
1.1 KiB
1.1 KiB
description, keywords, redirect_from, title, notoc
| description | keywords | redirect_from | title | notoc | ||
|---|---|---|---|---|---|---|
| Deploy an app to Docker Cloud | deploy, Python, application |
|
Introduction to deploying an app in Docker Cloud | true |
In this tutorial you will bring an application to Docker Cloud using either Go or Python. This tutorial is intended for more advanced beginners who have some experience with web applications, and who want to learn more about multi-container services in Docker Cloud.
This tutorial assumes that you have:
- a free Docker ID account.
- at least one node running. If you don't have any nodes set up in Docker Cloud yet, start here to set these up.
- Docker Engine installed - see the installation guides for macOS, Windows and Linux. You'll use the
docker logincommand to connect to your account in Docker Cloud, so you can rundocker-cloudCLI commands.
What's next?
Let's get started!