From 2b71a29f68b46c8ee052e5b8bf504740caf04abf Mon Sep 17 00:00:00 2001 From: Marshalng <36773702+Marshalng@users.noreply.github.com> Date: Fri, 28 Oct 2022 23:32:43 +0100 Subject: [PATCH 1/2] Create troubleshooting_known_issues_with_docker_and_vs_code_ on_windows.md --- ...ues_with_docker_and_vs_code_ on_windows.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 guides/troubleshooting_known_issues_with_docker_and_vs_code_ on_windows.md diff --git a/guides/troubleshooting_known_issues_with_docker_and_vs_code_ on_windows.md b/guides/troubleshooting_known_issues_with_docker_and_vs_code_ on_windows.md new file mode 100644 index 0000000..c034a47 --- /dev/null +++ b/guides/troubleshooting_known_issues_with_docker_and_vs_code_ on_windows.md @@ -0,0 +1,27 @@ +# Troubleshooting known issues with Docker and VS Code on Windows +This guide will suggest possible solutions to known issues contributors might face when setting up Docker and VC Code on windows. The guide assumes that you have already followed the instructions ([here](https://github.com/creativecommons/search#readme)) + +## #1 Docker Desktop Stopped +This often occur immediately after fresh installations : + +- Ensure you restart your system after installation + +- Ensure you used the WSL 2 option on the Configuration page, only use Hper-V if you are very sure of you choice. + +([Ensure WSL 2 is installed on your computer ](https://learn.microsoft.com/en-us/windows/wsl/install)) +- Ensure you are running Docker as an administrator + +- Ensure you restart you system after any of these processes + +## #2 Configuration not found when running "docker compose build" +This error might occur when you trying to run the “`docker compose build“` outside your project folder : + +- Navigate to the absolute path of your project using "CD" command then run the "docker compose build" command + +## #3 Docker Desktop failed to start + +- Uninstall Docker Desktop + +- Restart computer + +- Install Docker Desktop with Admin right From 05068c59409dc604f28f6833883cc1c058077e9d Mon Sep 17 00:00:00 2001 From: Marshalng <36773702+Marshalng@users.noreply.github.com> Date: Mon, 31 Oct 2022 22:20:47 +0100 Subject: [PATCH 2/2] Update and rename troubleshooting_known_issues_with_docker_and_vs_code_ on_windows.md to docker_windows_troubleshooting.md --- ...vs_code_ on_windows.md => docker_windows_troubleshooting.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename guides/{troubleshooting_known_issues_with_docker_and_vs_code_ on_windows.md => docker_windows_troubleshooting.md} (94%) diff --git a/guides/troubleshooting_known_issues_with_docker_and_vs_code_ on_windows.md b/guides/docker_windows_troubleshooting.md similarity index 94% rename from guides/troubleshooting_known_issues_with_docker_and_vs_code_ on_windows.md rename to guides/docker_windows_troubleshooting.md index c034a47..76cd13d 100644 --- a/guides/troubleshooting_known_issues_with_docker_and_vs_code_ on_windows.md +++ b/guides/docker_windows_troubleshooting.md @@ -1,4 +1,4 @@ -# Troubleshooting known issues with Docker and VS Code on Windows +# Troubleshooting known issues with Docker on Windows This guide will suggest possible solutions to known issues contributors might face when setting up Docker and VC Code on windows. The guide assumes that you have already followed the instructions ([here](https://github.com/creativecommons/search#readme)) ## #1 Docker Desktop Stopped