Skip to content
/ dps Public

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

License

Notifications You must be signed in to change notification settings

rcruzper/dps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages