Skip to content

Latest commit

 

History

History
 
 

02-Docker-Installation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Docker Installation

Docker Installations

Docker Desktop on Windows

Docker Desktop on MAC

Troubleshooting Docker Desktop issues on MAC

  • Docker Desktop on mac has an issue with MAC osxkeychain
  • To fix it perform the below steps.
  • Pre-requisite: Refer below link for additional understanding
  • Step-1: Docker Desktop changes
    • Open Docker Desktop --> Preferences
    • Uncheck the option named Securely store Docker logins in macOS keychain
  • Step-2: Go to config.json file in .docker folder
    • Sample Reference Location:
      • /Users//.docker/config.json
      • ~/.docker/config.json
    • Remove the line “credSstore” : “osxkeychain”, in config.json