Command-line tool to execute most common actions with a docker container via docker ps and fzf
$ brew tap rcruzper/homebrew-tools
$ brew install dps
or
$ brew install rcruzper/homebrew-tools/dps
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 containerCTRL-s
stops the containerCTRL-x
starts the containerCTRL-l
shows container logsCTRL-e
opens a terminal into a containerEnter
copies container id into the clipboard