Skip to content

Commit 162ca94

Browse files
Merge #6572: docs: prefer docker compose over docker-compose
5c36754 docs: prefer `docker compose` over `docker-compose` (pasta) Pull request description: ## Issue being fixed or feature implemented docker-compose is obsolete, use `docker compose` instead. ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: _Go over all the following points, and put an `x` in all the boxes that apply._ - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: knst: utACK 5c36754 UdjinM6: utACK 5c36754 Tree-SHA512: a63f6ecb6e0ac3645ae45ccecc9836cc86cd25b3927c7f86c5780dfe190248ad9ef5f863fa968a2c2867b3a062bdaff5ac079dfcf6c80df444e1a5b85a19a103
2 parents b115fc7 + 5c36754 commit 162ca94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/containers/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ leverages Docker [BuildKit](https://docs.docker.com/develop/develop-images/build
1111
the amount of repetitive code.
1212

1313
As BuildKit is opt-in within many currently supported versions of Docker (as of this writing), you need to
14-
set the following environment variables before continuing. While not needed after the initial `docker-compose build`
14+
set the following environment variables before continuing. While not needed after the initial `docker compose build`
1515
(barring updates to the `Dockerfile`), we recommend placing this in your `~/.bash_profile`/`~/.zshrc` or equivalent
1616

1717
```bash
@@ -25,6 +25,6 @@ to run terminal commands from inside the terminal and build Dash Core.
2525

2626
```bash
2727
cd contrib/containers/develop
28-
docker-compose build
29-
docker-compose run container
28+
docker compose build
29+
docker compose run container
3030
```

0 commit comments

Comments
 (0)