Skip to content

vutran/dext-docker-registry-plugin

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

dext-docker-registry-plugin

Travis Coveralls branch license

Dext plugin to search the Docker Registry for Docker images.

Install

$ dpm install dext-docker-registry-plugin

Requires Dext.

Usage

In Dext, type docker, then your query.

Related

Contributing

  1. Clone to repository.
  2. Install dependencies

With npm:

```
$ npm install
```

With yarn:

```
$ yarn
```
  1. Run tests: npm t

License

MIT © Vu Tran