rcruzper / dps

:whale: Command-line tool to execute most common actions with a docker container via docker ps and fzf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dps 🐳

Command-line tool to execute most common actions with a docker container via docker ps and fzf

ttygif

Requirements

Installation

$ brew tap rcruzper/homebrew-tools
$ brew install dps

or

$ brew install rcruzper/homebrew-tools/dps

Usage

dps accepts all docker ps params (i.e. dps -a -n 5 will show the last 5 containers with any status)

dps allows to execute those actions on each container:

  • CTRL-i inspects the container
  • CTRL-s stops the container
  • CTRL-x starts the container
  • CTRL-l shows container logs
  • CTRL-e opens a terminal into a container
  • Enter copies container id into the clipboard

About

:whale: Command-line tool to execute most common actions with a docker container via docker ps and fzf

License:MIT License


Languages

Language:Shell 100.0%