Skip to content

Commit b67dc2e

Browse files
committed
Install Rancher Desktop instead of Docker Desktop
1 parent adfad25 commit b67dc2e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,19 @@ cd "1 Hands-on Legacy Code"
2020

2121
## Containerized Version
2222

23-
The easiest way is to use open the project in Visual Studio Code inside a Devcontainer. For that you need Docker installed.
23+
The easiest way is to use open the project in Visual Studio Code or IntelliJ inside a Devcontainer. For that you need Docker installed.
2424

2525
### Install Docker Desktop
2626

2727
On Windows:
2828

2929
```powershell
30-
winget install -e --id Docker.DockerDesktop
30+
winget install -e --id suse.RancherDesktop
3131
```
32-
3332
On MacOS:
3433

3534
```sh
36-
brew install --cask docker
35+
brew install --cask rancher
3736
```
3837

3938
## On Your Own System

0 commit comments

Comments
 (0)