From 3612e1c586f59f707bb8d4b2a235eeb81d1810ad Mon Sep 17 00:00:00 2001 From: SnarkyDev <91441703+SnarkyDeveloper@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:16:19 -0700 Subject: [PATCH] Added Table Of Contents to --- FAQ.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/FAQ.md b/FAQ.md index 64d21c5..b4a52cd 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,6 +1,40 @@ # Frequently Asked Questions These questions come up regularly, so here are the answers. +# Table of Contents + +| [[#Is this legal?]] | +| :------------------------------------------------- | +| [What Is this Project?](#What-does-Docker-OSX-do?) | +| [Why use Docker?](#Why-docker?) | +**[Can I...](#Can-I...)** + +| *[[#...run BlueBubbles/AirMessage/Beeper on it?]]* | +| :----------------------------------------------------- | +| *[[#...develop iPhone apps on it?]]* | +| *[[#...connect my iPhone or other USB device to it?]]* | +| *[[#...run CI/CD processes with it?]]* | +| *[[#...run on Linux but with Wayland?]]* | +| *[[#...run on Windows?]]* | +| *[[#...run on macOS?]]* | +| *[[#...run on cloud services?]]* | +**[Common Errors:](#Common-Errors)** + +| *[[#Docker Errors]]* | +| :---------------------------------------- | +| *[[#GTK Initialization Failed]]* | +| *[[#KVM Error]]* | +| *[[#ALSA Error]]* | +| *[[#No Disk to Install On]]* | +| *[[#Slow Installation]]* | +| *[[#Installer After Completing Install]]* | +**[Next Steps](#Next-Steps)** + +| [[#Slow UI]] | +| ------------------------------- | +| [[#Extract the Virtual Disk]] | +| [[#Disk Space]] | +| [[#Increase RAM or CPUs/cores]] | ## Basics