Files
docker-docs/docker-cloud/getting-started/deploy-app/1_introduction.md
Misty Stanley-Jones a4f5e30249 Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788)
* Reword lots of instances of 'will'

* Reword lots of instances of won't

* Reword lots of instances of we'll

* Eradicate you'll

* Eradicate 'be able to' type of phrases

* Eradicate 'unable to' type of phrases

* Eradicate 'has / have to' type of phrases

* Eradicate 'note that' type of phrases

* Eradicate 'in order to' type of phrases

* Redirect to official Chef and Puppet docs

* Eradicate gratuitous 'please'

* Reduce use of e.g.

* Reduce use of i.e.

* Reduce use of N.B.

* Get rid of 'sexagesimal' and correct some errors
2018-01-25 17:37:23 -08: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 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=""}. 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.