Skip to content

Commit

Permalink
feat: Update WSL2 import command and add Docker Desktop info
Browse files Browse the repository at this point in the history
This commit updates the title of the WSL2 + Docker Quick Guide to include "Tutorial" and adds a new section with information about Docker Desktop. It also includes a link to a YouTube video that provides a complete overview of Docker Desktop for different operating systems.

Refactor the README.md file to include the changes in both English and Portuguese versions.
  • Loading branch information
argentinaluiz committed Sep 12, 2024
1 parent ab11fea commit e9924c4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a href="https://fullcycle.com.br/" target="blank"><img src="https://fullcycle.com.br/wp-content/themes/fullcycle/assets/images/fullcycle-logo.svg"/></a>
</p>

# WSL2 + Docker Quick Guide
# WSL2 + Docker Quick Guide/Tutorial

*Read this in other language: [Portuguese](README.md)

Expand Down Expand Up @@ -344,6 +344,8 @@ Hyper-V tends to require many machine resources and, although the performance is

### 3. Docker Desktop with WSL2

> We did a complete overview of Docker Desktop, including for other operating systems as well. Check it out [https://www.youtube.com/watch?v=99dCerRKO6s](https://www.youtube.com/watch?v=99dCerRKO6s)
Runs on **Virtual Machine Platform**, a component of Hyper-V, and integrates with WSL2, allowing Docker to run within the Linux environment.

No need to purchase a PRO license for Windows 10/11.
Expand Down Expand Up @@ -841,4 +843,8 @@ WSL is designed as a development tool and is not recommended for production use.
### Can I run Docker Engine alongside Docker Desktop?
No, you can only run one at a time. It is possible to have both installed, but only one can be running at any given time.
No, you can only run one at a time. It is possible to have both installed, but only one can be running at any given time.
### Dúvidas sobre o Docker Desktop
We did a complete overview of Docker Desktop, including for other operating systems as well. Check it out [https://www.youtube.com/watch?v=99dCerRKO6s](https://www.youtube.com/watch?v=99dCerRKO6s)
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
- [É possível rodar aplicações gráficas no WSL 2?](#é-possível-rodar-aplicações-gráficas-no-wsl-2)
- [Posso usar o WSL em cenários de produção?](#posso-usar-o-wsl-em-cenários-de-produção)
- [Posso rodar o Docker Engine junto com o Docker Desktop?](#posso-rodar-o-docker-engine-junto-com-o-docker-desktop)
- [Dúvidas sobre o Docker Desktop](#dúvidas-sobre-o-docker-desktop)
- [Quer configurar um ambiente mais produtivo no Windows?](#quer-configurar-um-ambiente-mais-produtivo-no-windows)

</details>
Expand Down Expand Up @@ -350,6 +351,8 @@ O Hyper-V costuma requerer muitos recursos da máquina e apesar do desempenho se

### 3. Docker Desktop com WSL2

> Fizemos um overview completo do Docker Desktop, inclusive para outros sistemas operacionais também, veja [https://www.youtube.com/watch?v=99dCerRKO6s](https://www.youtube.com/watch?v=99dCerRKO6s)
Roda em cima do **Virtual Machine Platform** que é um componente do Hyper-V e Se integra com o WSL2 permitindo rodar o Docker dentro do ambiente do Linux.

Não é necessário adquirir licença PRO do Windows 10/11.
Expand Down Expand Up @@ -841,6 +844,10 @@ O WSL é uma ferramenta de desenvolvimento e não é recomendado para uso em pro

Não, só é possível rodar um de cada vez. É até possível ter os dois instalados, mas só um pode ser executado por vez.

### Dúvidas sobre o Docker Desktop

Fizemos um overview completo do Docker Desktop, inclusive para outros sistemas operacionais também, veja [https://www.youtube.com/watch?v=99dCerRKO6s](https://www.youtube.com/watch?v=99dCerRKO6s)

### Quer configurar um ambiente mais produtivo no Windows?

Acesse os tutorias abaixo:
Expand Down

0 comments on commit e9924c4

Please sign in to comment.