Skip to content

Commit def7747

Browse files
authored
Update README to support Ubuntu 24.04
1 parent 1139c5e commit def7747

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ NOTE: This is only tested on **x64 Ubuntu 22.04 machine**. It may work
77
on other Linux Distributions. Other CPU architectures and operating
88
systems cannot be supported.
99

10+
<details>
11+
<summary>Ubuntu 24.04 Support</summary>
12+
13+
This project has also been tested on Ubuntu 24.04 with Docker Compose V2.
14+
15+
### Installing Docker Compose V2 on Ubuntu 24.04
16+
17+
```bash
18+
# Install Docker Compose V2
19+
sudo apt-get update && sudo apt-get install -y docker-compose-v2
20+
21+
# Verify installation
22+
docker compose version
23+
```
24+
25+
### Using with Ubuntu 24.04
26+
27+
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+
1036
# Usage
1137

1238
The docker-compose command launches an OpenStack environment based

0 commit comments

Comments
 (0)