-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add docs for setting up WSL 2 & Docker
- Loading branch information
Showing
3 changed files
with
57 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: "Setting Up WSL 2 & Docker Desktop" | ||
linkTitle: "Setting Up WSL 2 & Docker Desktop" | ||
weight: 1 | ||
date: 2022-01-12 | ||
--- | ||
|
||
## Overview | ||
|
||
- This guide will show you how to setup WSL 2 and Docker Desktop. | ||
|
||
|
||
## Steps | ||
Microsoft and Docker have in-depth guides for both, just follow along for a successful setup! | ||
|
||
1. [Install WSL](https://docs.microsoft.com/en-us/windows/wsl/install) | ||
2. Install and setup [Docker Desktop for Windows](https://docs.docker.com/desktop/windows/wsl/#download) |