Files
docker-docs/docker-cloud/getting-started/deploy-app/1_introduction.md
Victoria Bialas 63c7febfdd added Python, Docker Cloud install/run to known issues and setup notes (#3525)
* added Anaconda Python 3.5.2 install/run to known issues

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added notes re: Python 3.x not supported in setup and install

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed heading levels in Cloud known errors

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed links (moby --> docker), formatting

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed on-page link list alignments for toc max/min topics

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-07 18:36:50 -07:00

1.1 KiB

description, keywords, redirect_from, title, notoc
description keywords redirect_from title notoc
Deploy an app to Docker Cloud deploy, Python, application
/docker-cloud/getting-started/python/1_introduction/
/docker-cloud/getting-started/golang/1_introduction/
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{: target="blank" class=""}.
  • 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{: target="blank" class=""}. You'll use the docker login command to connect to your account in Docker Cloud, so you can run docker-cloud CLI commands.

What's next?

Let's get started!

Set up your environment.