An open API service indexing awesome lists of open source software.

https://github.com/d3cryptofc/doky

Doky is an intuitive library and CLI tool for manage your Docker-In-Docker instances from Play With Docker Lab.
https://github.com/d3cryptofc/doky

beginner cli docker experiments lab library play play-with-docker python

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        


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 Set the authentication session ID.
```

## Installation

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

```bash
$ pipx install doky
```

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

```bash
$ pip install doky
$ poetry add doky
```