Category: System Administration

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

Join our mailing list

Get important news about cool products we release and invitations to beta test new products

Find out the Social networks we're on