Skip to content

🐳 Dext plugin to search the Docker Registry for Docker images.

License

Notifications You must be signed in to change notification settings

vutran/dext-docker-registry-plugin

Repository files navigation

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