Skip to content

Commit dc9e3fa

Browse files
authored
getting started: better Docker commands (#1657)
1 parent a46be46 commit dc9e3fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

distribution/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ Similarly, on Windows, only [Docker for Windows](https://docs.docker.com/docker-
7373
Open a terminal, and navigate to the directory containing your project skeleton. Run the following command to start all
7474
services using [Docker Compose](https://docs.docker.com/compose/):
7575

76-
Download and build the latest versions of the images:
76+
Download the latest versions of the images:
7777

7878
```console
79-
docker compose build --pull --no-cache
79+
docker compose pull --include-deps
8080
```
8181

82-
Start Docker Compose in detached mode:
82+
Then build images and Start Docker Compose in detached mode:
8383

8484
```console
8585
docker compose up -d

0 commit comments

Comments
 (0)