ghusta / android-docker-search

:whale: Docker Search on Android
2 stars 0 forks source link
android docker docker-search

android-docker-search

:whale: Docker Search on Android

Android CI GitHub release

Overview

This Android application enables you do perform a Docker Search on your device, like if you did it on a computer in a terminal, with docker-engine installed.

The results should be the same than docker search with command line interface (see reference doc) :

docker search [OPTIONS] TERM

Features

Screenshots

screenshot 1

Install the app

Download and install the APK on GitHub.

Docker API

Uses Registry Hub REST API v1 or v2.
In particular :

See reference documentation.

REST Client

Uses Retrofit 2 and Jackson 2

Build the app

With Gradle (doc) :

gradlew assembleDebug

Or (needs signing the APK - Sign your app)

gradlew assembleRelease

Check the code quality with Lint

With Gradle (doc) :

gradlew lint

Then open the report generated at ./app/build/reports/lint-results.html.

More on Android Lint :