JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q31483F
  • License MIT

I want to Docker Desktop even with Terminal!

Package Exports

  • doter
  • doter/dist/app.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (doter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

DOTER

Version Downloads/week License


Logo

DOTER

I want to Docker Desktop even with Terminal!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. License
  6. Contact
  7. Acknowledgements

About The Project

https://user-images.githubusercontent.com/72344657/167260211-dc6fe4cb-0af6-483e-b95e-a3c1b3a5912c.mp4

I want to Docker Desktop in the terminal as well!
This is a TUI tool that allows you to interact with Docker on your terminal.
Development is done with Docker installed directly on WSL, so I don't know how it works in environments other than WSL.

Getting Started

  1. DOTER use Docker Engine API ver1.41, so you need Docker version 20.10.
docker --version
Docker version 20.10.12, build e91ed57
  1. Install from npm.
npm i -g doter
  1. start
❯ doter

Usage

  • Basic operation
    • You can move it with the TAB key. The element in focus will be a yellow frame.
    • You can also operate it with the mouse.

Roadmap

  • Feature
    • Move the focus with the cross key.
    • Jump from Image to Container.
    • Put a cleanup command like prune somewhere.
  • Refactoring
    • React useMemo I didn't use it.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Acknowledgements