Skip to content

Commit

Permalink
Merge pull request #2966 from hrittikhere/wsl2-docker
Browse files Browse the repository at this point in the history
docs: Add Docker in WSL2 without Docker Desktop
  • Loading branch information
BenTheElder authored Oct 19, 2022
2 parents d532257 + e334e68 commit befb7a3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion site/content/docs/user/using-wsl2.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,17 @@ wsl --set-default-version 2
1. Now, you can install your Linux distro of choice by searching the Windows Store. If you don't want to use the Windows Store, then follow the steps in the WSL docs for [manual install](https://docs.microsoft.com/en-us/windows/wsl/install-manual).
1. Start up your distro with the shortcut added to the start menu

## Setting up Docker in WSL2
## Setting up Docker in WSL2 with Docker Desktop

Install Docker with WSL2 backend here: https://docs.docker.com/docker-for-windows/wsl/


## Setting up Docker in WSL2 without Docker Desktop

Alternatively, docker can be installed in WSL2 without using Docker Desktop.
See for example: https://dev.to/bowmanjd/install-docker-on-windows-wsl-without-docker-desktop-34m9


Now, move on to the [Quick Start](/docs/user/quick-start) to set up your cluster with kind.

## Accessing a Kubernetes Service running in WSL2
Expand Down

0 comments on commit befb7a3

Please sign in to comment.