# DevKinsta freezes at "Starting docker containers"

**URL:** https://community.kinsta.com/t/devkinsta-freezes-at-starting-docker-containers/820
**Category:** Application Support
**Created:** [July 2, 2021, 1:30pm UTC](https://community.kinsta.com/t/devkinsta-freezes-at-starting-docker-containers/820 "2021-07-02T13:30:11Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![phylogram](https://avatars.discourse-cdn.com/v4/letter/p/8491ac/32.png) [@phylogram](https://community.kinsta.com/u/phylogram)
#### Post date: [July 2, 2021, 1:30pm UTC](https://community.kinsta.com/t/devkinsta-freezes-at-starting-docker-containers/820/1 "2021-07-02T13:30:11Z")

</div>

**Q: Date/Time this occurred (Provide your time zone also)**  
**Fri 02 Jul 2021 03:05:54 PM CEST**

**Q: DevKinsta Version**  
**apt: "dev-kinsta is already the newest version (1.1.7-1646)."**

**Q: OS Version**  
**A: Ubuntu 20.04.2 LTS**

**Q: Docker Desktop Version**  
**A: No Docker Desktop, but: Docker version 20.10.7, build f0df35**

**Q: Were any error codes or messages observed? If so, what were they?**

**A:**  
(from command line):

```bash
dev-kinsta
15:03:02.762 › {
  constructor: 'TypeError',
  stack: "TypeError: Cannot read property 'getPath' of undefined\n" +
    ' at Object.getConfig (/opt/DevKinsta/resources/app.asar/main.prod.js:2:1997320)\n' +
    ' at Module.<anonymous> (/opt/DevKinsta/resources/app.asar/main.prod.js:2:1998156)\n' +
    ' at __webpack_require__ (/opt/DevKinsta/resources/app.asar/main.prod.js:2:261)\n' +
    ' at /opt/DevKinsta/resources/app.asar/main.prod.js:2:1560\n' +
    ' at Object.<anonymous> (/opt/DevKinsta/resources/app.asar/main.prod.js:2:1607)\n' +
    ' at Module._compile (internal/modules/cjs/loader.js:967:30)\n' +
    ' at Object.Module._extensions..js (internal/modules/cjs/loader.js:1004:10)\n' +
    ' at Module.load (internal/modules/cjs/loader.js:815:32)\n' +
    ' at Module._load (internal/modules/cjs/loader.js:727:14)\n' +
    ' at Function.Module._load (electron/js2c/asar.js:769:28)'
}
15:03:02.766 › {
  constructor: 'Error',
  errno: -2,
  syscall: 'open',
  code: 'ENOENT',
  path: '/home/my-user/DevKinsta//kinsta/sites.ini',
  stack: "Error: ENOENT: no such file or directory, open '/home/my-user/DevKinsta//kinsta/sites.ini'\n" +
    ' at Object.openSync (fs.js:440:3)\n' +
    ' at Object.func [as openSync] (electron/js2c/asar.js:140:31)\n' +
    ' at Object.readFileSync (fs.js:342:35)\n' +
    ' at Object.fs.readFileSync (electron/js2c/asar.js:542:40)\n' +
    ' at Object.getSitesIni (/opt/DevKinsta/resources/app.asar/main.prod.js:2:1996794)\n' +
    ' at Module.<anonymous> (/opt/DevKinsta/resources/app.asar/main.prod.js:2:1998182)\n' +
    ' at __webpack_require__ (/opt/DevKinsta/resources/app.asar/main.prod.js:2:261)\n' +
    ' at /opt/DevKinsta/resources/app.asar/main.prod.js:2:1560\n' +
    ' at Object.<anonymous> (/opt/DevKinsta/resources/app.asar/main.prod.js:2:1607)\n' +
    ' at Module._compile (internal/modules/cjs/loader.js:967:30)'
}
[bugsnag] Loaded!

```

**Q: Detailed Description of the Problem**

**A:**  
_Short version_: After installing dev-kinsta runs, but freezes at “Starting docker containers”, but will remain responsive to close. Have waited for half an our and nothing happens, network is actually ok. There are some error messages, when startig dev-kinsta from command line, see above (/opt/DevKinsta/resources/app.asar is not a directory …)

_Longer version:_

I had this issue before: [Deletion of site crashes DevKinsta](https://community.kinsta.com/t/deletion-of-site-crashes-devkinsta/694)

Been on another project and came back and wanted to update: Dev-Kinsta got stuck at the same point. Uninstalled dev-kinsta with ` sudo apt remove --purge dev-kinsta`, redownloaded it and installed it as a new user. Added the current user to the docker group, since docker start failed. And I am right where I started.

Thanks!

---

<div class="post-metadata">

### Author: ![michael](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/michael/32/31_2.png) [@michael](https://community.kinsta.com/u/michael)
#### Post date: [July 2, 2021, 4:15pm UTC](https://community.kinsta.com/t/devkinsta-freezes-at-starting-docker-containers/820/2 "2021-07-02T16:15:09Z")

</div>

Hi @phylogram! Do the containers exist that DevKinsta should have created? Here are the containers that should be there:  
 ![image](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/1X/924c9ac220e196e1f202dd3e3f098f419cc4a90d.png)

---

<div class="post-metadata">

### Author: ![phylogram](https://avatars.discourse-cdn.com/v4/letter/p/8491ac/32.png) [@phylogram](https://community.kinsta.com/u/phylogram)
#### Post date: [July 2, 2021, 5:47pm UTC](https://community.kinsta.com/t/devkinsta-freezes-at-starting-docker-containers/820/3 "2021-07-02T17:47:03Z")

</div>

Hi @michael, thank you for your fast reply!

The containers are not created. Maybe you can direct me to logs of DevKinsta? If there are any, I did not find them by myself.

---

<div class="post-metadata">

### Author: ![phylogram](https://avatars.discourse-cdn.com/v4/letter/p/8491ac/32.png) [@phylogram](https://community.kinsta.com/u/phylogram)
#### Post date: [August 4, 2021, 2:28pm UTC](https://community.kinsta.com/t/devkinsta-freezes-at-starting-docker-containers/820/4 "2021-08-04T14:28:50Z")

</div>

So this issue has solved by itself … I do not know what happend. Sorry. Some updates later …

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/8/80f8c4e56fecc02327a0964e6bf63a716483529f.png) [@system](https://community.kinsta.com/u/system)
#### Post date: [August 7, 2021, 2:29pm UTC](https://community.kinsta.com/t/devkinsta-freezes-at-starting-docker-containers/820/5 "2021-08-07T14:29:24Z")

</div>

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.
