Skip to content

docker

Usage
docker [subcommand] [args...]
Wrapper for docker that intercepts the ps subcommand and redirects it to
the dops function for enhanced container listing. All other subcommands,
and a bare invocation with no subcommand, are passed through to the real
docker binary.

Arguments:

subcommand Docker subcommand (ps is redirected to dops)
args... Arguments forwarded to docker or dops
Exit Status:
Exit status of dops (for ps), or of the real docker binary otherwise
Examples
docker ps
docker

Dependencies: dops

Used by: dops