Fix a few typos in the docs

Signed-off-by: Alex Chan <alex.chan@metaswitch.com>
This commit is contained in:
Alex Chan 2015-07-31 13:36:43 +01:00
parent 7dc8d4a26b
commit 51bd34eaed
8 changed files with 17 additions and 17 deletions

View file

@ -34,7 +34,7 @@ You can find out more about the various Docker commands dealing with images in t
## Use cases
Running your own Registry is a great solution to integrate with and complement your CI/CD system. In a typical workflow, a commit to your source revision control system would trigger a build on your CI system, which would then push a new image to your Registry if the build is succesful. A notification from the Registry would then trigger a deployment on a staging environment, or notify other systems that a new image is available.
Running your own Registry is a great solution to integrate with and complement your CI/CD system. In a typical workflow, a commit to your source revision control system would trigger a build on your CI system, which would then push a new image to your Registry if the build is successful. A notification from the Registry would then trigger a deployment on a staging environment, or notify other systems that a new image is available.
It's also an essential component if you want to quickly deploy a new image over a large cluster of machines.