Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vutran/dext-docker-registry-plugin
:whale: Dext plugin to search the Docker Registry for Docker images.
https://github.com/vutran/dext-docker-registry-plugin
container dext dext-plugin docker docker-hub docker-image docker-registry
Last synced: 27 days ago
JSON representation
:whale: Dext plugin to search the Docker Registry for Docker images.
- Host: GitHub
- URL: https://github.com/vutran/dext-docker-registry-plugin
- Owner: vutran
- License: mit
- Created: 2016-09-04T08:10:23.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2017-01-10T03:04:36.000Z (about 8 years ago)
- Last Synced: 2024-07-31T21:56:13.136Z (6 months ago)
- Topics: container, dext, dext-plugin, docker, docker-hub, docker-image, docker-registry
- Language: JavaScript
- Homepage:
- Size: 1.27 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-docker - dext-docker-registry-plugin - Search the Docker Registry with the Dext smart launcher. (Container Operations / User Interface)
- awesome-docker - dext-docker-registry-plugin - Search the Docker Registry with the Dext smart launcher. By [@vutran](https://github.com/vutran) (Container Operations / User Interface)
README
# dext-docker-registry-plugin
[![Travis](https://img.shields.io/travis/vutran/dext-docker-registry-plugin/develop.svg?maxAge=2592000&style=flat-square)](https://travis-ci.org/vutran/dext-docker-registry-plugin) [![Coveralls branch](https://img.shields.io/coveralls/vutran/dext-docker-registry-plugin/develop.svg?maxAge=2592000&style=flat-square)](https://coveralls.io/github/vutran/dext-docker-registry-plugin) [![license](https://img.shields.io/github/license/vutran/dext-docker-registry-plugin.svg?maxAge=2592000&style=flat-square)](LICENSE)
> [Dext](https://github.com/vutran/dext) plugin to search the Docker Registry for Docker images.
![](screenshot.png?raw=true)
## Install
```bash
$ dpm install dext-docker-registry-plugin
```*Requires [Dext](https://github.com/vutran/dext).*
## Usage
In Dext, type `docker`, then your query.
## Related
- [dext](https://github.com/vutran/dext) - The Dext smart launcher
- [dext-default-theme](https://github.com/vutran/dext-default-theme) - The default theme for Dext## Contributing
1. Clone to repository.
2. Install dependencies**With `npm`:**
```
$ npm install
```**With [`yarn`](https://github.com/yarnpkg/yarn):**
```
$ yarn
```
3. Run tests: `npm t`## License
MIT © [Vu Tran](https://github.com/vutran/)