0.2.2 • Published 5 years ago

dlook-cli v0.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

dlook-cli

Search for official containers in docker hub.

Installation

$ npm install --global dlook-cli

Usage

dlook --help

  A cli tool to search official docker containers

  Usage
    $ dlook <search-term>

  Options
    --with-latest-tags, -t Return 5 latest tags for each results

  Examples
    $ dlook graph database
    Found 4 results for graph database

    neo4j
    Neo4j is a highly scalable, robust native graph database.

    r-base
    R is a system for statistical computation and graphics.

    orientdb
    OrientDB a Multi-Model Open Source NoSQL DBMS that combines graphs and documents.

    arrangodb
    ArangoDB - a distributed database with a flexible data model for documents, graphs, and key-values.

Thanks