Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
The docker compose (with a space) is a newer project to migrate compose to Go with the rest of the docker project. This is the v2 branch of the docker/compose repo. It's been first introduced to Docker Desktop users, so docker users on Linux didn't see the command. In addition to migrating to Go, it uses the compose-spec, and part of the rewrite may result in behavior differences.

The original python project, called docker-compose, aka v1 of docker/compose repo, has now been deprecated and development has moved over to v2. To install the v2 docker compose as a CLI plugin on Linux, supported distribution can now install the docker-compose-plugin package.
  • Loading branch information
MauricioMoldes authored Nov 7, 2024
1 parent e63918b commit 95239c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You should have installed:
If you are using a build with all the services in the same cluster, you can use:

```bash
docker-compose up -d --build
docker compose up -d --build
```

#### Load the data
Expand Down

0 comments on commit 95239c6

Please sign in to comment.