Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyzt authored Apr 17, 2024
1 parent e55d29c commit feed91c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ sudo systemctl start docker.service
## Running the Docker image

1. Get Docker Engine, Docker's command-line tool.
* Windows and macOS users should install [Docker Desktop](https://docs.docker.com/get-docker/), which comes bundled with Docker Engine.
* Windows users need to first install [Windows Subsystem for Linux (WSL)](https://learn.microsoft.com/en-us/windows/wsl/install)
and [Windows Terminal](https://learn.microsoft.com/en-us/windows/terminal/install).
Then, in Windows Terminal, switch from PowerShell to a Linux shell (such as Ubuntu) for running Docker Engine.
* Linux users can either install the full [Docker Desktop](https://docs.docker.com/get-docker/), or [Docker Engine for Linux](https://docs.docker.com/engine/install/) directly.
* If you're running Amazon Linux on AWS EC2, refer to the installation instructions in the previous section instead.
* Windows and macOS users should install [Docker Desktop](https://docs.docker.com/get-docker/), which comes bundled with Docker Engine.
* Windows users need to first install [Windows Subsystem for Linux (WSL)](https://learn.microsoft.com/en-us/windows/wsl/install)
and [Windows Terminal](https://learn.microsoft.com/en-us/windows/terminal/install).
Then, in Windows Terminal, switch from PowerShell to a Linux shell (such as Ubuntu) for running Docker Engine.
* Linux users can either install the full [Docker Desktop](https://docs.docker.com/get-docker/), or [Docker Engine for Linux](https://docs.docker.com/engine/install/) directly.
* If you're running Amazon Linux on AWS EC2, refer to the installation instructions in the previous section instead.

3. In the terminal, run this shell command to download and run the image.
```bash
Expand Down

0 comments on commit feed91c

Please sign in to comment.