Adding in Cloud steps to tutorial (#11131)

* Adding in Cloud steps to tutorial 

Adding in bullet points referencing how to get started with the cloud in the tutorial and linking to current best blog posts

* Update part2.md
This commit is contained in:
Ben De St Paer-Gotch 2020-07-13 12:33:59 +01:00 committed by GitHub
parent 6c5f9996a9
commit ed36dbe49d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -138,6 +138,12 @@ At this point, you've successfully built an image, performed a simple containeri
[On to Part 3 >>](part3.md){: class="button outline-btn" style="margin-bottom: 30px; margin-right: 100%"}
## Deploying to the cloud
To run your containers in the cloud with either Azure or AWS, check out our docs on getting started with cloud deployments.
* [Deploying with Docker and AWS](https://docs.docker.com/engine/context/ecs-integration/)
* [Deploying with Docker and Azure](https://docs.docker.com/engine/context/aci-integration/)
## Sample Dockerfile
Writing a Dockerfile is the first step to containerizing an application. You can think of these Dockerfile commands as a step-by-step recipe on how to build up your image. The Dockerfile in the bulletin board app looks like this: