Skip to content

Commit 951a08b

Browse files
committed
Migrate from docker-compose to docker compose
1 parent 1d3d458 commit 951a08b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

drone-book/running_a_simulation.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Operating system: Linux / MacOS(?)
99

1010
(?) - Currently being tested
1111

12-
- Docker and Docker-compose for simulation (Install [Docker][install-docker] & [docker-compose][install-docker-compose])
12+
- Docker for simulation (Install [Docker][install-docker])
13+
- Docker Compose for simulation (Install [Docker Compose][install-docker-compose])
1314
- Rust for `cargo run` (Install the [Rust][install-rust] programming language)
1415
- Git
1516
- `ssh` key set on your GitHub profile, see [Connecting to GitHub with SSH][github-ssh]
@@ -23,11 +24,11 @@ Operating system: Linux / MacOS(?)
2324
1.2. `git submodule init && git submodule update`
2425

2526

26-
2. Run PX4, Gazebo and MAVSDK Server with `docker-compose`
27+
2. Run PX4, Gazebo and MAVSDK Server with `docker compose`
2728

2829

2930
```
30-
docker-compose up --detach
31+
docker compose up --detach
3132
```
3233

3334
**Tools:** `PX4` (autopilot), `Gazebo` (a tool for simulations) and `MAVSDK` server are all open-source tools and later we will get to know what each tool does.
@@ -75,4 +76,4 @@ GAZEBO_MASTER_URI=127.0.0.1:11345 gzclient --verbose
7576
[install-docker]: https://docs.docker.com/engine/install/
7677
[install-docker-compose]: https://docs.docker.com/compose/install/
7778
[github-ssh]: https://docs.github.com/en/authentication/connecting-to-github-with-ssh
78-
[qgroundcontrol]: http://qgroundcontrol.com
79+
[qgroundcontrol]: http://qgroundcontrol.com

0 commit comments

Comments
 (0)