Formatting options for Docker commands

less than 1 minute read

Docker looks for a config file in ~/.docker/config.json.

It stores settings here, like

  • auth credentials (which in Docker 1.11 you will be able to move auth creds elsewhere…)
  • custom format for docker ps

image

The configuration that I use for the above docker ps format

Tags:

Updated: