Not sure which version of Docker started issuing some annoying messages, but if you want to focus on doing the work and focussing on important messages and having unnecessary messages is a bit distracting.
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug YOUR_CONTAINER_NAME
Learn more at docs.docker.com/go/debug-cli/
Solution to turn off the hints is to pass DOCKER_CLI_HINTS environment variable.
DOCKER_CLI_HINTS=false
In our case we have bash scripts that prepare the environment, and it was as easy as adding
export DOCKER_CLI_HINTS=false
Credit: https://forums.docker.com/t/how-to-turn-off-the-whats-new-message/140860/6
Referral Note: When you purchase through a referral link (if any) on this page, we may earn a commission.
If you're feeling thankful, you can buy me a coffee or a beer