Docker CLI Made Easier
The Docker CLI is not very user-friendly, you have to be explicit about lots of options that actually make sense as defaults in everyday usage and debugging when we are working in a multi-container environment. The aim of this post is to define some functions, aliases, and JSON templates to make the CLI easier for us.

Docker CLI (client) is a wrapper on top of Docker API which enables us to send Docker API calls down to Docker Daemon.
Let’s first look at most frequent used Docker CLI commands are their frequently used options (make sure to pay attention to comments):





