You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
This error is caused when I uninstalled Autolab then tried to reinstall it. My explanation to this error is that Autolab was not completely removed due to some issues in the uninstall.sh script.
Firstly, I got the following errors when I run uninstall.sh:
Remove one or more containers
rm: cannot remove ‘/var/lib/docker/plugins’: Device or resource busy
rm: cannot remove ‘/var/lib/docker/overlay2’: Device or resource busy
the solution is simply umount these directories before removing them using
This error is caused when I uninstalled Autolab then tried to reinstall it. My explanation to this error is that Autolab was not completely removed due to some issues in the uninstall.sh script.
the solution is simply umount these directories before removing them using
docker-engine
is obsoleted anddocker-ce
is used instead, so the uninstall.sh should be updatedThe text was updated successfully, but these errors were encountered: