Docker Installation
Docker Installations
- https://docs.docker.com/install/
Docker Desktop on Windows
- https://docs.docker.com/docker-for-windows/
Docker Desktop on MAC
- https://docs.docker.com/docker-for-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
- https://medium.com/@dakshika/error-creating-the-docker-image-on-macos-wso2-enterprise-integrator-tooling-dfb5b537b44e
- 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
## AWS EKS - Elastic Kubernetes Service - Masterclass