Exiting because of error: write /root/.minikube/logs/lastStart.txt: no space left on device

[root@centos1 ~]# minikube start --force --driver=docker
😄  minikube v1.22.0 on Centos 8
❗  minikube skips various validations when --force is supplied; this may lead to unexpected behavior


✨  Using the docker driver based on user configuration
🛑  The "docker" driver should not be used with root privileges.
💡  If you are running minikube within a VM, consider using --driver=none:
📘    https://minikube.sigs.k8s.io/docs/reference/drivers/none/
👍  Starting control plane node minikube in cluster minikube
🚜  Pulling base image ...
💾  Downloading Kubernetes v1.21.2 preload ...
    > preloaded-images-k8s-v11-v1...: 502.14 MiB / 502.14 MiB  100.00% 2.24 MiB
    > gcr.io/k8s-minikube/kicbase...: 361.08 MiB / 361.09 MiB  100.00% 1.29 MiB
🔥  Creating docker container (CPUs=2, Memory=2200MB) ...| log: exiting because of error: write /root/.minikube/logs/lastStart.txt: no space left on device

You’re out of storage. You need to learn linux like I mentioned in your other post. Stuff like this will become more trivial if you understand the system you’re using.

df -h