Skip to content

Commit

Permalink
docs: reformulate
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Jun 12, 2024
1 parent 4ce23d7 commit 68c29bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ docker compose \
up -d --build
```

You can also add a basic Kubernetes + OCI demo dataset (see in a next section how to build them), by running the following command:
You can also add a basic Kubernetes + OCI demo dataset, by running the following command:

```sh
docker compose \
Expand All @@ -17,6 +17,8 @@ docker compose \
up -d --build
```

You will see in a next section how to build this dataset by yourself, in case you want to try with your own Kubernetes cluster.

Here is where each component is exposed:

- Blueprint: http://127.0.0.1:8081/
Expand Down

0 comments on commit 68c29bd

Please sign in to comment.