Hello ,
quand je lance :
ubuntu@ip-172-31-46-194:~$ minikube start
minikube v1.23.0 on Ubuntu 20.04 (xen/amd64)
Using the docker driver based on existing profile
Starting control plane node minikube in cluster minikube
Pulling base image …
Updating the running docker « minikube » container …
log: exiting because of error: write /home/ubuntu/.minikube/logs/lastStart.txt: no space left on device
au debut : j’avais un container
ubuntu@ip-172-31-46-194:~$ docker container ls -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
b31ebdab8bef Google Cloud Platform « /usr/local/bin/entr… » 6 minutes ago Up 6 minutes 127.0.0.1:49157->22/tcp, 127.0.0.1:49156->2376/tcp, 127.0.0.1:49155->5000/tcp, 127.0.0.1:49154->8443/tcp, 127.0.0.1:49153->32443/tcp minikube
puis je l ai supprimé pour relancer minikube start , et j’ai obtenu ce message d’erreur :
ubuntu@ip-172-31-46-194:~$ minikube start
minikube v1.23.0 on Ubuntu 20.04 (xen/amd64)
Using the docker driver based on existing profile
Starting control plane node minikube in cluster minikube
Pulling base image …
docker « minikube » container is missing, will recreate.
log: exiting because of error: write /home/ubuntu/.minikube/logs/lastStart.txt: no space left on device
→ mais je n’arrive plus à voir le container .