Today’s post is just a screen de-cluttering tip.
I reset something on my computer, and now after every docker command I run, there’s a notice that appears after the command’s output encouraging me to try Docker Debug.
Ex:

I finally looked up how to turn it off today. You can set the DOCKER_CLI_HINTS environment variable to false and those go away!
I’m running zsh as my terminal, so I added:
export DOCKER_CLI_HINTS=false
to my .zshrc file and the messages are gone.
