From 8bc70fabcb298c880762ce8a8e06da605e64e812 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 15 Dec 2021 20:34:10 -0600 Subject: [PATCH] update missing image description --- content/posts/docker-on-windows-10-with-wsl2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/docker-on-windows-10-with-wsl2.md b/content/posts/docker-on-windows-10-with-wsl2.md index 50404be..8460811 100644 --- a/content/posts/docker-on-windows-10-with-wsl2.md +++ b/content/posts/docker-on-windows-10-with-wsl2.md @@ -71,12 +71,12 @@ Run the installer, and make sure to tick the box for installing the WSL2 engine. #### Step Three: Configure Docker Desktop Launch Docker Desktop from the Start menu, and you should be presented with this friendly prompt: -![2020-09-22.png](/images/posts-2020/lY2FTflbK.png) +![Great news! We're supported.](/images/posts-2020/lY2FTflbK.png) Hit that big friendly "gimme WSL2" button. Then open the Docker Settings from the system tray, and make sure that **General > Use the WSL 2 based engine** is enabled. Now navigate to **Resources > WSL Integration**, confirm that **Enable integration with my default WSL distro** is enabled as well. Smash the "Apply & Restart" button if you've made any changes. ### Test it! Fire up a WSL session and confirm that everything is working with `docker run hello-world`: -![2020-09-22 (1).png](/images/posts-2020/8p-PSHx1R.png) +![Hello, world!](/images/posts-2020/8p-PSHx1R.png) It's beautiful! \ No newline at end of file