inkarkat / docker-extensions

Additions and tweaks to the Docker CLI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker CLI extensions

Additions and tweaks to the Docker CLI.

These are some personal aliases, shortcuts, and extensions that make (my) work with the docker containerization command-line interface easier and faster. Some of them may be specific to my environment and workflow, but maybe someone finds a valuable nugget in there.

Installation

Download all / some selected extensions (note that some have dependencies, though) and put them somewhere in your PATH. You can then invoke them via docker-SUBCOMMAND.

It is recommended to also use the (Bash, but should also work in Korn shell and Dash) shell functions (e.g. in your .bashrc) found at shell/wrappers.sh to transparently invoke the extensions in the same way as the built-in Docker commands, via docker SUBCOMMAND.

About

Additions and tweaks to the Docker CLI.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%