Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanilves committed Oct 8, 2017
1 parent 7b48253 commit b819c91
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[![Build Status](https://travis-ci.org/ivanilves/lstags.svg?branch=master)](https://travis-ci.org/ivanilves/lstags)

# lstags
# L/S tags

* *Compare local Docker images with ones present in registry.*
* *Sync your local Docker images with ones from the registry.*
* *Get insights on changes in watched Docker registries, easily.*
* *Facilitate maintenance of your own local "proxy" registries.*

Expand Down Expand Up @@ -47,6 +48,12 @@ My CI server is connected over crappy Internet link and pulling images in advanc

There is also special `UNKNOWN` state, which means `lstags` failed to detect image state for some reason.

## Authentication
You can either:
* rely on `lstags` discovering credentials "automagically" :tophat:
* load credentials from any Docker JSON config file specified
* pass username and password explicitly, via the command line

## Install: Binaries
https://github.com/ivanilves/lstags/releases

Expand Down

0 comments on commit b819c91

Please sign in to comment.