Skip to content

Commit

Permalink
💄 format markdown with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
larsyencken committed Feb 19, 2024
1 parent 2851251 commit 33b4ec0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/docker-compose-mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ A new database will then be created (expect another 10-20 minutes.)

### Troubleshooting

- For **MacOS** users: Ensure the Docker Desktop is installed and running. If you encounter the error `Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?` then it's most likely that Docker is not running and you need to start (or restart) it
- If you are blocked by a Docker session that won't delete then restart the machine, don't forget to start Docker for Desktop too.
- If you see `error getting credentials - err: exec: "docker-credential-desktop": executable file not found in $PATH, out: ''` [see this forum answer](https://forums.docker.com/t/docker-credential-desktop-exe-executable-file-not-found-in-path-using-wsl2/100225/5) - `vim ~/.docker/config.json` then change `credsStore` into `credStore`.

- For **MacOS** users: Ensure the Docker Desktop is installed and running. If you encounter the error `Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?` then it's most likely that Docker is not running and you need to start (or restart) it
- If you are blocked by a Docker session that won't delete then restart the machine, don't forget to start Docker for Desktop too.
- If you see `error getting credentials - err: exec: "docker-credential-desktop": executable file not found in $PATH, out: ''` [see this forum answer](https://forums.docker.com/t/docker-credential-desktop-exe-executable-file-not-found-in-path-using-wsl2/100225/5) - `vim ~/.docker/config.json` then change `credsStore` into `credStore`.

0 comments on commit 33b4ec0

Please sign in to comment.