Touch up a few tpyos

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
TomSweeneyRedHat
2017-09-07 14:19:08 -04:00
parent 55e7b079f1
commit 10c2053967

View File

@@ -1,7 +1,7 @@
skopeo [![Build Status](https://travis-ci.org/projectatomic/skopeo.svg?branch=master)](https://travis-ci.org/projectatomic/skopeo)
=
_Please be aware `skopeo` is still work in progress and it currently supports only registry API V2_
_Please be aware that `skopeo` is still a work in progress and it currently supports only registry API V2_
`skopeo` is a command line utility for various operations on container images and image repositories.
@@ -10,7 +10,7 @@ Inspecting a repository
`skopeo` is able to _inspect_ a repository on a Docker registry and fetch images layers.
By _inspect_ I mean it fetches the repository's manifest and it is able to show you a `docker inspect`-like
json output about a whole repository or a tag. This tool, in contrast to `docker inspect`, helps you gather useful information about
a repository or a tag before pulling it (using disk space) - e.g. - which tags are available for the given repository? which labels the image has?
a repository or a tag before pulling it (using disk space) - e.g. - which tags are available for the given repository? which labels does the image have?
Examples:
```sh