Skip to content

Instantly share code, notes, and snippets.

@sathishjayapal
Last active February 8, 2023 04:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sathishjayapal/3d7abbb5b1caaa7f0ad8388123b88f7e to your computer and use it in GitHub Desktop.
Save sathishjayapal/3d7abbb5b1caaa7f0ad8388123b88f7e to your computer and use it in GitHub Desktop.
Docker startup issues -mac
* With the mac OS Monterey, there is an issue when Docker startup from a startup, which is not a one-off issue for me. With the latest docker desktop, when Docker tries to startup, this is the error that I get.
Creating "rootNode" subnodes: constructing "BackendServices" in "rootNode": doing migrations: migrating daemon.json: invalid character '{' after top-level value
* There was no specific issue/answer I could get from the community, so I looked up the daemon.json file, and there that led me to this folder in my machine, /Users/<mymacid>/Library/Group Containers/group.com.docker.
* To start the daemon, I deleted the folder
* Restart the Docker desktop.
Things are working well. Hopefully, this gist helps.
@sathishjayapal
Copy link
Author

Docker issues keeps on growing., here is one other if u get the infamous error unable to resolve docker endpoint: default orchestrator is kubernetes but unable to resolve kubernetes endpoint: stat /Users/skminfotech/.kube/config: no such file or directory

docker/for-mac#3790 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment