Although the issue sounds similar to this one, since the docker containers are actually created, I think my issue merits its own thread. DevKinsta freezes at "Starting docker containers"
If the mods disagree, kindly merge them.
When I start DevKinsta, the splash screen gets stuck at “Starting docker containers”.
kalle@tapedeck:~$ dev-kinsta
13:17:05.669 › {
constructor: 'TypeError',
stack: "TypeError: Cannot read property 'getPath' of undefined\n" +
' at Object.getConfig (/opt/DevKinsta/resources/app.asar/main.prod.js:2:1967048)\n' +
' at Module.<anonymous> (/opt/DevKinsta/resources/app.asar/main.prod.js:2:1967884)\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)'
}
[bugsnag] Loaded!
kalle@tapedeck:~$ docker system info
Client:
Context: default
Debug Mode: false
Plugins:
app: Docker App (Docker Inc., v0.9.1-beta3)
buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
Server:
Containers: 5
Running: 0
Paused: 0
Stopped: 5
Images: 6
Server Version: 20.10.7
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Native Overlay Diff: true
userxattr: false
Logging Driver: json-file
Cgroup Driver: cgroupfs
Cgroup Version: 1
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
Default Runtime: runc
Init Binary: docker-init
containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
init version: de40ad0
Security Options:
apparmor
seccomp
Profile: default
Kernel Version: 5.4.0-77-generic
Operating System: Linux Mint 20
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 15.6GiB
Name: tapedeck
ID: 7J7E:Q5OC:VMP7:22XC:VB4B:P7HI:4F2Y:Y56Y:I6VD:7H2R:AB7T:WP7V
Docker Root Dir: /var/lib/docker
Debug Mode: false
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
WARNING: No swap limit support
I tried docker kill devkinsta_fpm && docker kill devkinsta_nginx && docker kill devkinsta_adminer && docker kill devkinsta_db && docker kill devkinsta_mailhog
as per the FAQ, but to no avail. I also rebooted my system. Anything else I can try? Thanks for your support!