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
Only follow the above tutorial if you are happy with wiping all your current Docker images/layers.
309
+
310
+
Safe mode: Disable docker temporarily so you can move the Docker folder temporarily.
311
+
312
+
- Do NOT do this until you have moved your image out already [https://github.com/dulatello08/Docker-OSX/#quick-start-your-own-image-naked-container-image](https://github.com/dulatello08/Docker-OSX/#quick-start-your-own-image-naked-container-image)
313
+
314
+
```bash
315
+
killall dockerd
316
+
systemctl disable --now docker
317
+
systemctl disable --now docker.socket
318
+
systemctl stop docker
319
+
systemctl stop docker.socket
320
+
```
321
+
Now, that Docker daemon is off, move /var/lib/docker somewhere
0 commit comments