Skip to content

Commit 5c36754

Browse files
docs: prefer docker compose over docker-compose
1 parent b115fc7 commit 5c36754

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)