Skip to content

Instantly share code, notes, and snippets.

@toloco
Created May 3, 2017 12:48
Show Gist options
  • Save toloco/937481eb0fc1ecc0424339950fff55af to your computer and use it in GitHub Desktop.
Save toloco/937481eb0fc1ecc0424339950fff55af to your computer and use it in GitHub Desktop.
Fix docker for Max weird errors
* Screen into the Docker VM
$ screen ~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/tty
$ umount /var/lib/docker/overlay2
* Remove /var/lib/docker
$ rm -rf /var/lib/docker
* Restart Docker via the widget
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment