dogukansahil

Results 7 comments of dogukansahil

To resolve the QEMU error while installing Kali Linux on my Mac M1 using UTM, I created and used a local disk image instead of the direct ISO file. This...

> > Holy moly this took an hour of my life. Thank you to [@pong106](https://github.com/pong106) for the workaround my goodness. No error messages, nothing in the logs even in debug...

This problem occurs all over the world.

> i just did some search. casaos can't identify the newer docker. so it's giving this error i hope the devs will fix it soon. i won't create another issue...

> Downgrade Docker. I'm taking backups and will downgrade when they're done.

I noticed that CasaOS is unable to recognize the newer Docker versions (especially 29.x). It seems to be a global issue: the App Management service in CasaOS is not compatible...

### Docker Downgrade: 29.x → 27.x (Stable for CasaOS) ```bash sudo systemctl stop docker sudo apt remove -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin sudo apt update sudo apt install -y...