Change docker networks

If you want to change the output of 'docker ps' or 'docker ps -a' you can create a json file to do so

Create or Edit json file

root@docker01:# vi .docker/config.json
with the following content:
config.yaml
{
  "psFormat": "table {{.ID}}\\t{{.Image}}\\t{{.Status}}\\t{{.Names}}\\t{{.Size}}"
}