Merge pull request #204 from deitch/fix-doc-typos

Fix typos
This commit is contained in:
Justin Cormack 2018-02-16 11:48:36 +00:00 committed by GitHub
commit 830794f3c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,13 @@ The Moby Project is an open framework to assemble specialized container systems
Moby is an open framework created by Docker to assemble specialized container systems without reinventing the wheel. It provides a “lego set” of dozens of standard components and a framework for assembling them into custom platforms. At the core of Moby is a framework to assemble specialized container systems which provides:
* Components
* Tools
* Assemblies
For more information, please visit the [Moby Project home page](https://mobyproject.org).
## Documentation
* [Format of moby input yml](./docs/yaml.md)
* [Using private images}(./docs/privateimages.md)
* [Using private images](./docs/privateimages.md)