@@ -403,3 +403,14 @@ colima start --arch x86_64 --cpu 4 --memory 8 --disk 10
403403Colima will show the path to the docker socket so I have a
404404[Coder template](./docker-code-server/main.tf) that prompts the Coder admin to
405405enter the docker socket as a Terraform variable.
406+
407+ # # Why am I getting this "remote host doesn't meet VS Code Server's prerequisites" error when opening up VSCode remote in a Linux environment?
408+
409+ 
410+
411+ It is because, more than likely, the supported OS of either the container image
412+ or VM/VPS doesn't have the proper C libraries to run the VS Code Server. For
413+ instance, Alpine is not supported at all. If so, you need to find a container
414+ image or supported OS for the VS Code Server. For more information on OS
415+ prerequisites for Linux, please look at the VSCode docs.
416+ https://code.visualstudio.com/docs/remote/linux#_local-linux-prerequisites