Skip to content

Commit

Permalink
update docker / docker compose version syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Jul 2, 2024
1 parent de1e2d5 commit 4973a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workshop/content/docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ If all goes well, you should be able to run Docker from the command line as foll

<div class="termy">
```bash
docker --version
docker version
Docker version 20.10.17, build 100c701

docker compose --version
docker compose version
Docker Compose version v2.6.1
```
</div>
Expand Down

0 comments on commit 4973a89

Please sign in to comment.