Skip to content

Commit 0461ddc

Browse files
authored
Docker example updates (prebid#4050)
1 parent 0c90e46 commit 0461ddc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: sample/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ The Sample describes several demos of quickly spinning up different Prebid Serve
77
In the Sample, we use `docker` and `docker-compose` to instantiate examples; with docker providing a unified setup and interface, you can spin up a demo server instance locally with only one command without knowing all the complexities.
88
The docker image used in `docker-compose.yml` is the `Dockerfile` residing in the root level of the repository.
99

10+
> [!NOTE]
11+
> Depending on what version of Docker is installed on your system, `docker-compose` might be considered deprecated.
12+
>
13+
> - Run `docker-compose` for docker compose version 1.X.
14+
> - Run `docker compose` (without the dash) for docker compose versions 2.X and 3.X.
15+
>
16+
> For more details please refer to the [History and development of Docker compose](https://docs.docker.com/compose/intro/history/).
17+
1018
## Option 1 - Standard Docker Engine
1119
Install `docker` and `docker-compose` via the [official docker page](https://docs.docker.com/compose/install/#scenario-one-install-docker-desktop). If you cannot use the official docker engine due to restrictions of its license, see the option below about using Podman instead of Docker.
1220

0 commit comments

Comments
 (0)