Skip to content

Commit

Permalink
Document official registry idiosyncrasies.
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyHairy committed Apr 14, 2016
1 parent 49c9644 commit 2621ced
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,14 @@ history as JSON.

docker-ls tag --registry https://my.registry.org --json --raw-manifest --parse-history stuff/busybox:latest

### Notes considering the offical registry

If no registry is specified, `docker-ls` will target the official registry server
at `https://index.docker.io`. Please note that:

* The official registry does not support repository listing via `docker-ls repositories`
* Official repositories must be prefixed with `library/`, e.g. `docker-ls tags library/debian`

## docker-rm

`docker-rm` can delete particular tags. Example:
Expand Down

0 comments on commit 2621ced

Please sign in to comment.