# Keep getting DK0006 Error when trying to install DevKinsta

**URL:** https://community.kinsta.com/t/keep-getting-dk0006-error-when-trying-to-install-devkinsta/1816
**Category:** Installation
**Created:** [October 20, 2022, 1:28pm UTC](https://community.kinsta.com/t/keep-getting-dk0006-error-when-trying-to-install-devkinsta/1816 "2022-10-20T13:28:06Z")
**Posts on this page:** 1
**Showing post:** 24

<div class="post-metadata">

### Author: ![Kevin](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/kevin/32/808_2.png) [@Kevin](https://community.kinsta.com/u/Kevin)
#### Post date: [October 25, 2022, 4:34pm UTC](https://community.kinsta.com/t/keep-getting-dk0006-error-when-trying-to-install-devkinsta/1816/24 "2022-10-25T16:34:10Z")

</div>

That’s great to hear, everyone! I’ll go ahead and mark this reply as the solution with all the possible fixes that we have found based on information here: [How to set DOCKER\_HOST on 4.13.0 without /var/run/docker.sock · Issue #6529 · docker/for-mac · GitHub](https://github.com/docker/for-mac/issues/6529)

1. Downgrading seems to Docker Desktop 4.10.1 seems like a reliable solution for now.

2. Another [solution](https://github.com/docker/for-mac/issues/6531#issuecomment-1288237259) provided by the Docker devs is to manually create the missing Symlink like this:  
`sudo ln -s "$HOME/.docker/run/docker.sock" /var/run/docker.sock`

3. Manually setting the `DOCKER_HOST` variable also seems like a possible solution via this command:  
`export DOCKER_HOST="unix:///Users/YOURUSERNAME/.docker/run/docker.sock"`

It seems as if the Docker developers are reconsidering this change so hopefully they release a more straightforward fix in a future release. Any changes we make to DevKinsta to accommodate this Docker update could break backwards compatibility with older Docker Desktop releases for Mac so we are holding off on updates for now.

Please let us know if none of the above solutions work and thank you all for contributing to the current solution!

---

_[View the full topic](https://community.kinsta.com/t/keep-getting-dk0006-error-when-trying-to-install-devkinsta/1816)._
