diff --git a/Days/Images/Day43_EnableWSL.png b/Days/Images/Day43_EnableWSL.png
new file mode 100644
index 0000000..7e56a8c
Binary files /dev/null and b/Days/Images/Day43_EnableWSL.png differ
diff --git a/Days/Images/Day43_check.png b/Days/Images/Day43_check.png
new file mode 100644
index 0000000..5fc26bb
Binary files /dev/null and b/Days/Images/Day43_check.png differ
diff --git a/Days/Images/Day43_install.png b/Days/Images/Day43_install.png
new file mode 100644
index 0000000..b703d6b
Binary files /dev/null and b/Days/Images/Day43_install.png differ
diff --git a/Days/Images/Day43_operatingSystem.png b/Days/Images/Day43_operatingSystem.png
new file mode 100644
index 0000000..c10f44b
Binary files /dev/null and b/Days/Images/Day43_operatingSystem.png differ
diff --git a/Days/day43.md b/Days/day43.md
index 8efdf5a..a775c2d 100644
--- a/Days/day43.md
+++ b/Days/day43.md
@@ -61,6 +61,22 @@ The [docker documenation](https://docs.docker.com/engine/install/) is amazing an
Take note before you go ahead and install at the system requirements, [Install Docker Desktop on Windows](https://docs.docker.com/desktop/windows/install/) if you are using macOS including the M1-based CPU architecture you can also take a look at [Install Docker Desktop on macOS](https://docs.docker.com/desktop/mac/install/)
I will run through the Docker Desktop installation for Windows on another Windows Machine and log the process down below.
+### Windows
+
+- Select windows as the operating system of your device.
+
+
+
+- Navigate to the folder where you want to save the installer and save.
+
+- Run the installer and wait for a few seconds and grant access for WSL.
+
+
+- Click ok and the installation will begin.
+
+
+- Docker Desktop has been successfully installed on your device. You can now run the command "docker" on the terminal to check if the installation was successfull.
+
## Resources
diff --git a/DockerLogo.png b/DockerLogo.png
new file mode 100644
index 0000000..fd5c5d4
Binary files /dev/null and b/DockerLogo.png differ
diff --git a/dockerDocs.md b/dockerDocs.md
new file mode 100644
index 0000000..4893534
--- /dev/null
+++ b/dockerDocs.md
@@ -0,0 +1,5 @@
+
+# Installing Docker Desktop
+
+1. Go to https://www.docker.com/products/docker-desktop/
+
diff --git a/dockerImages/config.png b/dockerImages/config.png
new file mode 100644
index 0000000..676997d
Binary files /dev/null and b/dockerImages/config.png differ