Skip to content

Commit

Permalink
Merge pull request #13 from HasMatthew/fix_overview_typo
Browse files Browse the repository at this point in the history
Fix a typo in the 'General Overview' section.
  • Loading branch information
hasalexb committed Feb 19, 2016
2 parents 55f1cd8 + 92b3349 commit b6709c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and then deployed. Freight Forwarder uses an image based CI/CD approach, which m
being deployed. Images should be 100% immutable, meaning that no additional changes should need to be made to the images after being exported.
It is expected that containers will be able to start taking traffic or doing work on initialization. When deploying from one environment to the next,
the image from the previous environment will be pulled from the registry and configuration changes will be made and committed to a new image.
Testing will be ran with the new configuration changes. After the image is verified, it will be pushed up to the registry and
Testing will be run with the new configuration changes. After the image is verified, it will be pushed up to the registry and
tagged accordingly. That image will then be used when deploying to that environment.

Freight Forwarder works on Docker version 1.8, API version 1.20.
Expand Down

0 comments on commit b6709c5

Please sign in to comment.