Skip to content

Commit a5391b2

Browse files
committed
Update README
1 parent 9c8e13a commit a5391b2

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Docker in Production using AWS - Microtrader Base Image
22

3-
This provides the base Docker image for sample applications included with the Pluralsight course Docker in Production using Amazon Web Services.
3+
This provides the base Docker image for sample applications included with the Pluralsight course [Docker in Production using Amazon Web Services](https://app.pluralsight.com/library/courses/docker-production-using-amazon-web-services/table-of-contents).
44

55
## Quick Start
66

@@ -10,11 +10,35 @@ To build this image:
1010
$ docker build -t <org-name>/microtrader-base .
1111
```
1212

13+
## Branches
14+
15+
This repository contains two branches:
16+
17+
- [`master`](https://github.com/docker-production-aws/packer-ecs/tree/master) - represents the initial starting state of the repository as viewed in the course.
18+
19+
- [`final`](https://github.com/docker-production-aws/packer-ecs/tree/final) - represents the final state of the repository after completing all configuration tasks as described in the course material.
20+
21+
> The `final` branch is provided as a convenience in the case you get stuck, or want to avoid manually typing out large configuration files. In most cases however, you should attempt to configure this repository by following the course material.
22+
23+
To clone this repository and checkout a branch you can simply use the following commands:
24+
25+
```
26+
$ git clone https://github.com/docker-production-aws/packer-ecs.git
27+
...
28+
...
29+
$ git checkout final
30+
Switched to branch 'final'
31+
$ git checkout master
32+
Switched to branch 'master'
33+
```
34+
1335
## Repository Timeline
1436

1537
The following provides links to commits in this repository that represent important milestones in the course material:
1638

17-
- [Customizing ECS Container Instances](https://github.com/docker-production-aws/microtrader-base/tree/customizing-ecs-container-instances) - this commit represents the state of the repository once you have completed the Customizing ECS Container Instances module.
39+
- [Architecting and Preparing Applications for ECS](https://github.com/docker-production-aws/microtrader-base/tree/architecting-and-preparing-applications) - this commit represents the state of the repository once you have completed the Architecting and Preparing Applications for ECS module.
40+
41+
- [Managing Secrets in AWS](https://github.com/docker-production-aws/microtrader-base/tree/managing-secrets-in-aws) - this commit represents the state of the repository once you have completed the Managing Secrets in AWS module.
1842

1943
## Errata
2044

0 commit comments

Comments
 (0)