Docker provides a suite of development tools, services, trusted content, and automations, used individually or together, to accelerate the delivery of secure applications.
How to reproduce it
docker compose pull
docker compose up
Solution
1. Log out
docker logout
2. Remove docker config
/home/<user>/.docker/config.json
3. Log in
docker login -u <user> -p <password> <repo>
4. Use pull or up command
docker compose pull
docker compose up