docker
docker [subcommand] [args...]Wrapper for docker that intercepts the ps subcommand and redirects it tothe dops function for enhanced container listing. All other subcommands,and a bare invocation with no subcommand, are passed through to the realdocker 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 otherwisedocker psdockerDependencies: dops
Used by: dops