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.
- Host: GitHub
- URL: https://github.com/d3cryptofc/doky
- Owner: d3cryptofc
- License: mit
- Created: 2024-02-05T21:48:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-14T03:37:23.000Z (over 1 year ago)
- Last Synced: 2024-02-15T03:35:21.803Z (over 1 year ago)
- Topics: beginner, cli, docker, experiments, lab, library, play, play-with-docker, python
- Language: Python
- Homepage: https://d3cryptofc.github.io/Doky/
- Size: 600 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
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
```
$ dokyUsage: doky [OPTIONS] COMMAND [ARGS]...
Doky is a intuitive library and CLI tool for manage your Docker-In-Docker
instances from Play With Docker LabOptions:
-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
```