Skip to content

Commit c62f7f1

Browse files
tscherfrjeffman
authored andcommitted
Clarify podman-compose usage in README
Updated instructions for building and starting the compose.
1 parent ea15133 commit c62f7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ipa_deployments:
5555
5656
The output is a directory `simple_cluster` (defined by the attribute `lab_name`) containing a compose configuration file (`compose.yml`), compatible with `podman-compose` (you may have to tweak it to use Docker compose), an inventory file (`inventory.yml`) customized for the created environment, a `containerfiles` directory with the container files recipes to allow FreeIPA deployment in containers, and a requirements file (`requirements.yml`) for Ansible if one wants to use `ansible-freeipa` to deploy the nodes.
5757

58-
To build and start the compose, use `podman-compose`:
58+
To build and start the compose, change to the folder `simple_cluster` (or whatever name is defined in the `lab_name` attribute) and use `podman-compose`:
5959

6060
```
6161
podman-compose up -d --build

0 commit comments

Comments
 (0)