mirror of https://github.com/docker/docs.git
31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
---
|
|
aliases:
|
|
- /docker-cloud/getting-started/python/1_introduction/
|
|
- /docker-cloud/getting-started/golang/1_introduction/
|
|
description: Deploy an app to Docker Cloud
|
|
keywords:
|
|
- deploy, Python, application
|
|
menu:
|
|
main:
|
|
parent: deploy-app
|
|
weight: -90
|
|
title: Introduction to Deploying an app in Docker Cloud
|
|
---
|
|
|
|
# Introduction and tutorial prerequisites
|
|
|
|
In this tutorial you will 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 <a href="https://hub.docker.com/" target="_blank">Docker ID account</a>.
|
|
- at least one node running. If you don't have any nodes set up in Docker Cloud yet, [start here](../../getting-started/your_first_node.md) to set these up.
|
|
- (optional) Docker Engine installed - see the installation guides for <a href="https://docs.docker.com/installation/#installation" target="_blank">macOS, Windows and Linux</a>.
|
|
|
|
Let's get started!
|
|
|
|
[Set up your environment](2_set_up.md).
|