Home
If you want to change the output of 'docker ps' or 'docker ps -a' you can create a json file to do so
root@docker01:# vi .docker/config.json
{ "psFormat": "table {{.ID}}\\t{{.Image}}\\t{{.Status}}\\t{{.Names}}\\t{{.Size}}" }