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
The docker-compose.yaml file in this repository supports both Ubuntu 22.04 and Ubuntu 24.04. When using Ubuntu 24.04, make sure to use the Docker Compose V2 command:
28
+
29
+
```bash
30
+
sudo docker compose up
31
+
```
32
+
33
+
Note the difference in command syntax: `docker compose` (V2) vs `docker-compose` (V1).
34
+
</details>
35
+
10
36
# Usage
11
37
12
38
The docker-compose command launches an OpenStack environment based
0 commit comments