doky

Doky is a intuitive library and CLI tool for manage your Docker-In-Docker instances from Play With Docker Lab


Keywords
beginner, cli, docker, experiments, lab, library, play, play-with-docker, python
License
MIT
Install
pip install doky==1.0.1

Documentation

Doky Logo
Doky Tool
A intuitive CLI tool and Python Library for manage your Docker-In-Docker instances
from Play With Docker

Any questions? Open an issue!

Usage

$ doky

Usage: doky [OPTIONS] COMMAND [ARGS]...

  Doky is a intuitive library and CLI tool for manage your Docker-In-Docker
  instances from Play With Docker Lab

Options:
  -h, --help  Show this message and exit.

Commands:
  version  Show current app version.

  User authentication management:
    auth me                       Show your authentication user informations.
    auth oauth [--provider NAME]  Request for an OAuth URL to authenticate with a provider.
    auth providers                List available OAuth providers to request an OAuth URL.
    auth token <TOKEN>            Set the authentication session ID.

Installation

Will you only use the CLI? Then install with pipx:

$ pipx install doky

Will you use both? Then you can install with pip/poetry/etc:

$ pip install doky
$ poetry add doky