You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/getting-started/docker-quickstart.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,29 @@ Run Semantic Router + Envoy locally using Docker Compose v2.
5
5
## Prerequisites
6
6
7
7
- Docker Engine and Docker Compose v2 (use the `docker compose` command, not the legacy `docker-compose`)
8
+
9
+
```bash
10
+
# Verify
11
+
docker compose version
12
+
```
13
+
14
+
Install Docker Compose v2 for Ubuntu(if missing), see more in [Docker Compose Plugin Installation](https://docs.docker.com/compose/install/linux/#install-using-the-repository)
0 commit comments