Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#1718 from jpfleischer/patch-1
Browse files Browse the repository at this point in the history
typo (grammar)
  • Loading branch information
Peter Martincic authored Feb 22, 2023
2 parents 21a4c38 + 4f3fd96 commit af54acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WSL/tutorials/wsl-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This step-by-step guide will help you get started developing with remote contain
Docker Desktop for Windows provides a development environment for building, shipping, and running dockerized apps. By enabling the WSL 2 based engine, you can run both Linux and Windows containers in Docker Desktop on the same machine. (Docker Desktop is free for personal use and small businesses, for info on Pro, Team, or Business pricing, see the [Docker site FAQs](https://www.docker.com/pricing/faq)).

> [!NOTE]
> We recommend using Docker Desktop due to it's [integration with Windows and Windows Subsystem for Linux](https://docs.docker.com/desktop/windows/wsl/). However, while Docker Desktop supports running both Linux and Windows containers, you can **not** run both simultaneously. To run Linux and Windows containers simultaneously, you would need to install and run a separate Docker instance in WSL. If you need to run simultaneous containers or just prefer to install a container engine directly in your Linux distribution, follow the Linux installation instructions for that container service, such as [Install Docker Engine on Ubuntu](https://docs.docker.com/engine/install/ubuntu/) or [Install Podman for running Linux containers](https://podman.io/getting-started/installation#windows).
> We recommend using Docker Desktop due to its [integration with Windows and Windows Subsystem for Linux](https://docs.docker.com/desktop/windows/wsl/). However, while Docker Desktop supports running both Linux and Windows containers, you can **not** run both simultaneously. To run Linux and Windows containers simultaneously, you would need to install and run a separate Docker instance in WSL. If you need to run simultaneous containers or just prefer to install a container engine directly in your Linux distribution, follow the Linux installation instructions for that container service, such as [Install Docker Engine on Ubuntu](https://docs.docker.com/engine/install/ubuntu/) or [Install Podman for running Linux containers](https://podman.io/getting-started/installation#windows).
## Overview of Docker containers

Expand Down

0 comments on commit af54acd

Please sign in to comment.