docs/docker-cloud/getting-started/deploy-app/index.md

21 lines
969 B
Markdown

---
description: Go or Python and Docker Cloud
keywords: Python, Go, Docker, Cloud, application
redirect_from:
- /docker-cloud/getting-started/python/
- /docker-cloud/getting-started/golang/
title: Deploy an application
---
* [Introduction to Deploying an app to Docker Cloud](1_introduction.md)
* [Set up your environment](2_set_up.md)
* [Prepare the application](3_prepare_the_app.md)
* [Push an image to Docker Cloud's Registry](4_push_to_cloud_registry.md)
* [Deploy the app as a Docker Cloud service](5_deploy_the_app_as_a_service.md)
* [Define environment variables](6_define_environment_variables.md)
* [Scale the service](7_scale_the_service.md)
* [View service logs](8_view_logs.md)
* [Load-balance the service](9_load-balance_the_service.md)
* [Provision a data backend for the service](10_provision_a_data_backend_for_your_service.md)
* [Stackfiles for your service](11_service_stacks.md)
* [Data management with Volumes](12_data_management_with_volumes.md)